[Bug rtl-optimization/119355] New: ICE / assertion in "during RTL pass: avr-fuse-move" for avr-linux cross-compiler

2025-03-18 Thread dan at danny dot cz via Gcc-bugs
NCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dan at danny dot cz Target Milestone: --- Created attachment 60803 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60803&action=

[Bug rtl-optimization/119355] ICE / assertion in "during RTL pass: avr-fuse-move" for avr-linux cross-compiler

2025-03-18 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119355 --- Comment #1 from Dan Horák --- Created attachment 60804 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60804&action=edit config script Uses binutils-avr32-linux-gnu package from Fedora for the binutils.

[Bug middle-end/114289] Non-optimal assembly for accessing bit-fields in packed structs

2024-03-08 Thread dan at stahlke dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114289 --- Comment #3 from Dan Stahlke --- Variants that generate more reasonable results: struct foo { int x:32; } __attribute__((packed)); struct foo { int x:16; } __attribute__((packed)); struct foo { int x:31; }; struct foo

[Bug tree-optimization/114289] Non-optimal assembly for accessing bit-fields in packed structs

2024-03-08 Thread dan at stahlke dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114289 Dan Stahlke changed: What|Removed |Added Target|x86_64-linux-gnu| Keywords|missed-optimization

[Bug tree-optimization/114289] New: Non-optimal assembly for accessing bit-fields in packed structs

2024-03-08 Thread dan at stahlke dot org via Gcc-bugs
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: dan at stahlke dot org Target Milestone: --- // gcc -O3 -g -Wall -march=haswell -mavx2 // https://godbolt.org/z/Yfb9dnYx4 struct foo { int x:31; } __attribute__

[Bug tree-optimization/105329] [12/13 Regression] Bogus restrict warning when assigning 1-char string literal to std::string since r12-3347-g8af8abfbbace49e6

2022-09-30 Thread dan at stahlke dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329 --- Comment #25 from Dan Stahlke --- The test case I just posted appears in the bug 105651 discussion. So maybe or maybe not related to the present discussion.

[Bug tree-optimization/105329] [12/13 Regression] Bogus restrict warning when assigning 1-char string literal to std::string since r12-3347-g8af8abfbbace49e6

2022-09-30 Thread dan at stahlke dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329 Dan Stahlke changed: What|Removed |Added CC||dan at stahlke dot org --- Comment #24

[Bug d/106832] Missing powerpc64le-linux support for D

2022-09-14 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106832 --- Comment #16 from Dan Horák --- Peter, what stage is it? A build on Fedora rawhide/ppc64le in the releases/gcc-11 branch using "./configure --enable-languages=d --enable-bootstrap --with-long-double-format=ieee" together with

[Bug d/106832] Missing powerpc64le-linux support for D

2022-09-14 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106832 --- Comment #6 from Dan Horák --- I don't disagree :-) Also the D stdlib code is difficult to readable for me with all the "version()" sections ...

[Bug d/106832] Missing powerpc64le-linux support for D

2022-09-14 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106832 --- Comment #3 from Dan Horák --- a couple notes - you need to start with GCC 11 as GCC 12 needs an existing gdc compiler - the phobos/dmd standard library seems to support ieeequad type, learned from ldc, I believe they all share the same

[Bug c++/106893] New: auto deduces wrong type for function pointer

2022-09-08 Thread dan at stahlke dot org via Gcc-bugs
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dan at stahlke dot org Target Milestone: --- This works in 11.3.0 but not in 12.2.0. struct IntegerCoordinate { int x() const; int y() const; }; template struct CoordTraits { static auto GetX(T const &a

[Bug target/106355] Linux s390x -O2 argument passing miscompile

2022-08-15 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106355 Dan Horák changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug ipa/102059] Incorrect always_inline diagnostic in LTO mode with #pragma GCC target("cpu=power10")

2022-02-04 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 --- Comment #28 from Dan Horák --- comment #27 matches our experience in Fedora, still a build issue in Eigen with gcc12 and LTO

[Bug c++/102970] New: stable_sort uninitialized value with -funroll-loops -fno-tree-vectorize

2021-10-27 Thread dan at stahlke dot org via Gcc-bugs
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dan at stahlke dot org Target Milestone: --- Created attachment 51682 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51682&action=edit demonstration source co

[Bug c++/85282] CWG 727 (full specialization in non-namespace scope)

2020-11-17 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85282 Dan Horák changed: What|Removed |Added CC||dan at danny dot cz --- Comment #12 from

[Bug c++/97358] [8/9/10 Regression] ICE while building firefox since r8-2720

2020-10-15 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97358 --- Comment #18 from Dan Horák --- So there is https://bugzilla.mozilla.org/show_bug.cgi?id=1671345 now, after I commented in the bug Jakub mentioned. I like such cooperation :-)

[Bug c++/97358] [8/9/10 Regression] ICE while building firefox since r8-2720

2020-10-15 Thread dan at danny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97358 --- Comment #15 from Dan Horák --- Petr, are you going to open a Firefox bug to fix their code or shall I do it?

[Bug libstdc++/87106] Group move and destruction of the source, where possible, for speed

2020-01-16 Thread dan at stahlke dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87106 --- Comment #28 from Dan Stahlke --- Thank you. That makes sense. I had asked about it here: https://stackoverflow.com/questions/59690019 I was directed to this thread, and linked back to the SO thread you provided.

[Bug libstdc++/87106] Group move and destruction of the source, where possible, for speed

2020-01-15 Thread dan at stahlke dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87106 Dan Stahlke changed: What|Removed |Added CC||dan at stahlke dot org --- Comment #22

[Bug c++/90998] [9/10 Regression] ICE (segfalut) in gcc/cp/call.c compare_ics() with -std=c++17

2019-10-11 Thread dan at stahlke dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90998 Dan Stahlke changed: What|Removed |Added CC||dan at stahlke dot org --- Comment #3

[Bug libstdc++/89763] New: Making iterator's operator== breaks existing code

2019-03-18 Thread dan at stahlke dot org
onent: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: dan at stahlke dot org Target Milestone: --- gcc 9 has made operator== and operator!= free functions for std::map (and probably other) iterators. Probably this is considered an implementation detail and

[Bug lto/89762] New: Mixing optimization levels with ostream gives lto1: internal compiler error: in get_odr_type, at ipa-devirt.c:2098

2019-03-18 Thread dan at stahlke dot org
: 8.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dan at stahlke dot org CC: marxin at gcc dot gnu.org Target Milestone: --- === A.cpp #include std

[Bug libstdc++/89629] New: std::hash segfault for long strings

2019-03-07 Thread dan at stahlke dot org
++ Assignee: unassigned at gcc dot gnu.org Reporter: dan at stahlke dot org Target Milestone: --- _Hash_bytes crashes when len is 2^31 or greater. The length is converted to int at hash_bytes.cc line 142, resulting in a negative number if the length doesn't fit in an int var

[Bug go/71635] gcc-go fails to link golang-googlecode-net

2016-06-23 Thread dan at danny dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71635 --- Comment #1 from Dan Horák --- original Fedora bug is https://bugzilla.redhat.com/show_bug.cgi?id=1349371

[Bug go/71635] New: gcc-go fails to link golang-googlecode-net

2016-06-23 Thread dan at danny dot cz
Assignee: ian at airs dot com Reporter: dan at danny dot cz CC: cmang at google dot com Target Milestone: --- build of golang-googlecode-net package fails with gcc-go (checked on s390x in Fedora buildsystem and manually on x86_64) due a linking error ... + go

[Bug c/70566] Bad ARM code generated for evaluating unsigned int bitfield value

2016-04-06 Thread dan at reactivated dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70566 --- Comment #2 from Daniel Drake --- Created attachment 38206 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38206&action=edit main.i preprocessed output

[Bug c/70566] Bad ARM code generated for evaluating unsigned int bitfield value

2016-04-06 Thread dan at reactivated dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70566 --- Comment #1 from Daniel Drake --- Created attachment 38205 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38205&action=edit other.c test case source

[Bug c/70566] New: Bad ARM code generated for evaluating unsigned int bitfield value

2016-04-06 Thread dan at reactivated dot net
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: dan at reactivated dot net Target Milestone: --- Created attachment 38204 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38204&action=edit main.c test case source I have rep

[Bug middle-end/63186] [4.9/5 Regression] Undefined .L* symbols because of fnsplit

2014-09-19 Thread dan at danny dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63186 --- Comment #5 from Dan Horák --- Jan, can you backport the fix also to 4.9? It is causing a problem in Fedora where at least one build is failing due this problem.

[Bug libstdc++/58038] std::this_thread::sleep_until can cause inifinite sleep

2014-09-15 Thread dan at stahlke dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58038 Dan Stahlke changed: What|Removed |Added CC||dan at stahlke dot org --- Comment #9

[Bug target/53854] ICE in find_constant_pool_ref

2014-08-26 Thread dan at danny dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53854 --- Comment #8 from Dan Horák --- for the record - ICE still present in gcc version 4.9.1 20140813 (Red Hat 4.9.1-7) (GCC)

[Bug c++/60097] spurious warning about command line option "-Wno-mismatched-tags"

2014-02-08 Thread dan at math dot uiuc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60097 dan at math dot uiuc.edu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/60097] New: spurious warning about command line option "-Wno-mismatched-tags"

2014-02-06 Thread dan at math dot uiuc.edu
ity: minor Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dan at math dot uiuc.edu int x; char y; void f () { y=x; } /* compile with g++ -c -Wconversion -Wno-mismatched-tags get this: foo.cc: In function 'void f()&#x

[Bug target/53854] ICE in find_constant_pool_ref

2013-05-23 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53854 --- Comment #6 from Dan Horák --- FYI the error is still present in gcc version 4.8.0 20130412 (Red Hat 4.8.0-2) (GCC) Target: s390-redhat-linux

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2012-11-20 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #3 from Dan Horák 2012-11-20 15:15:50 UTC --- (In reply to comment #2) > The first hunk of the patch that adds: > >MULTILIB_EXCEPTIONS = *m5-64media* *m5-64media-nofpu* > > to gcc/config/sh/t-linux causes the sh-

[Bug target/55351] New: can't build libgcc for -m5-compact variant in SH64

2012-11-16 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 Bug #: 55351 Summary: can't build libgcc for -m5-compact variant in SH64 Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug target/55344] New: Cross compiling for alpha-linux fails because doesn't exist

2012-11-15 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55344 Bug #: 55344 Summary: Cross compiling for alpha-linux fails because doesn't exist Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIR

[Bug target/53557] New: Cross compiling for m68k-linux fails as doesn't exist

2012-06-01 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53557 Bug #: 53557 Summary: Cross compiling for m68k-linux fails as doesn't exist Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Se

[Bug target/44553] Cross compiling for ia64 fails as stdlib.h doesn't exist

2012-06-01 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44553 Dan Horák changed: What|Removed |Added CC||dan at danny dot cz --- Comment #4 from Dan

[Bug c/52714] New: ICE in fixup_reorder_chain, at cfglayout.c:880

2012-03-25 Thread dan at danny dot cz
ile from attachment with -O1 (-O0 and -O2 are OK), same error exist also 4.6.[23] [dan@eagle tmp]$ m68k-linux-gnu-gcc -O1 -c regex.i ../posix/regex.c: In function ‘re_match_2_internal’: ../posix/regex.c:5255:1: internal compiler error: in fixup_reorder_chain, at cfglayout.c:880 [dan@eagle tmp]$ m

[Bug target/47372] [x32] internal compiler error: in simplify_subreg, at simplify-rtx.c:5222

2011-03-04 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47372 --- Comment #3 from Dan Horak 2011-03-04 15:46:23 UTC --- Created attachment 23544 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23544 preprocessed source file got the same ICE when building xulrunner on Fedora 15 on s390x with gcc vers

[Bug debug/47620] [4.6 Regression] Profiledbootstrap failure on powerpc-linux

2011-02-14 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47620 Dan Horak changed: What|Removed |Added CC||dan at danny dot cz --- Comment #9 from Dan

[Bug c++/47634] New: Incorrect checking of attribute format printf on constructor of derived class with virtual base

2011-02-07 Thread dan at randomdan dot homeip.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47634 Summary: Incorrect checking of attribute format printf on constructor of derived class with virtual base Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2010-11-15 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 Dan Horak changed: What|Removed |Added CC||dan at danny dot cz --- Comment #2 from Dan

[Bug libstdc++/46294] Spinlock with atomic primitives fails

2010-11-03 Thread dan at blinkmind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46294 Dan Weber changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug libstdc++/46294] Spinlock with atomic primitives fails

2010-11-03 Thread dan at blinkmind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46294 --- Comment #6 from Dan Weber 2010-11-03 18:19:04 UTC --- Created attachment 22264 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22264 TBB Spinlock assembler (includes compare and swap and fetch and store ops inline)

[Bug libstdc++/46294] Spinlock with atomic primitives fails

2010-11-03 Thread dan at blinkmind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46294 --- Comment #5 from Dan Weber 2010-11-03 18:16:28 UTC --- Probably requires testing using a machine that has multiple cores :) My Machine is an INtel i7 720qm, so it has 4 cores + 4 hyperthreads fyi.

[Bug libstdc++/46294] Spinlock with atomic primitives fails

2010-11-03 Thread dan at blinkmind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46294 --- Comment #4 from Dan Weber 2010-11-03 18:12:58 UTC --- Created attachment 22263 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22263 TBB based spinlock (working) Compiler with -ltbb keep -fopenmp, but -std=c++0x is unnecessary

[Bug libstdc++/46294] Spinlock with atomic primitives fails

2010-11-03 Thread dan at blinkmind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46294 --- Comment #3 from Dan Weber 2010-11-03 18:12:01 UTC --- Created attachment 22262 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22262 Spinlock Test G++ object file

[Bug libstdc++/46294] Spinlock with atomic primitives fails

2010-11-03 Thread dan at blinkmind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46294 --- Comment #2 from Dan Weber 2010-11-03 18:11:37 UTC --- Created attachment 22261 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22261 G++ Assembler Output atomic test

[Bug libstdc++/46294] Spinlock with atomic primitives fails

2010-11-03 Thread dan at blinkmind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46294 --- Comment #1 from Dan Weber 2010-11-03 18:11:11 UTC --- Created attachment 22260 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22260 Spinlock Test g++ ii output

[Bug libstdc++/46294] New: Spinlock with atomic primitives fails

2010-11-03 Thread dan at blinkmind dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46294 Summary: Spinlock with atomic primitives fails Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassig.

[Bug target/43099] rethrowing leaks memory like a sieve

2010-02-16 Thread dan dot colascione at gmail dot com
--- Comment #8 from dan dot colascione at gmail dot com 2010-02-16 23:43 --- Created an attachment (id=19895) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19895&action=view) bad code The code generated seems to violate the ABI exception handling specification her

[Bug target/43099] rethrowing leaks memory like a sieve

2010-02-16 Thread dan dot colascione at gmail dot com
--- Comment #7 from dan dot colascione at gmail dot com 2010-02-16 23:07 --- Created an attachment (id=19894) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19894&action=view) Minimal testcase The leak triggered by the return in the 'catch' statement in c

[Bug target/43099] rethrowing leaks memory like a sieve

2010-02-16 Thread dan dot colascione at gmail dot com
--- Comment #5 from dan dot colascione at gmail dot com 2010-02-16 22:47 --- But the bug does not appear when compiling with gcc 4.4, which uses the same unwinder. -- dan dot colascione at gmail dot com changed: What|Removed |Added

[Bug target/43099] rethrowing leaks memory like a sieve

2010-02-16 Thread dan dot colascione at gmail dot com
--- Comment #3 from dan dot colascione at gmail dot com 2010-02-16 22:43 --- Created an attachment (id=19893) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19893&action=view) valgrind output showing the leak -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43099

[Bug target/43099] rethrowing leaks memory like a sieve

2010-02-16 Thread dan dot colascione at gmail dot com
--- Comment #2 from dan dot colascione at gmail dot com 2010-02-16 22:41 --- Also, compilation was done with just g++-mp-4.5 -m32 foo.cpp. The leak occurs at all optimization levels. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43099

[Bug target/43099] rethrowing leaks memory like a sieve

2010-02-16 Thread dan dot colascione at gmail dot com
--- Comment #1 from dan dot colascione at gmail dot com 2010-02-16 22:40 --- Created an attachment (id=19892) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19892&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43099

[Bug c++/43099] New: rethrowing leaks memory like a sieve

2010-02-16 Thread dan dot colascione at gmail dot com
) -- Summary: rethrowing leaks memory like a sieve Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dan dot colascione at gmail

[Bug c/38679] New: semantics of assignment in a return statement suspect

2008-12-30 Thread dan at math dot uiuc dot edu
in a return statement suspect Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dan at math dot uiuc dot edu GCC build triplet: i686-p

[Bug c/36804] New: For-loop never exits in gcc for ARM.

2008-07-11 Thread dan dot aberg at keystream dot se
I've made a small example where a for-loop never exits when it should. I have tried gcc 4.2.1, 4.2.4 and 4.3.1 with the same result. Gcc 4.1.1 works. GCC is configured with: ../configure --prefix=/opt/arm-linux/arm --host=i686-linux-gnu --target=arm-linux-gnu --build=i686-linux-gnu --includedir=/

[Bug c/34697] gcc -std=gnu99 emits global symbol for extern inline function declarations

2008-01-06 Thread dan at math dot uiuc dot edu
--- Comment #5 from dan at math dot uiuc dot edu 2008-01-07 01:43 --- Thank you! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34697

[Bug c/34697] gcc -std=gnu99 emits global symbol for extern inline function declarations

2008-01-06 Thread dan at math dot uiuc dot edu
--- Comment #3 from dan at math dot uiuc dot edu 2008-01-07 00:21 --- PS: it could be a bug inserted by Apple... -- dan at math dot uiuc dot edu changed: What|Removed |Added

[Bug c/34697] gcc -std=gnu99 emits global symbol for extern inline function declarations

2008-01-06 Thread dan at math dot uiuc dot edu
--- Comment #2 from dan at math dot uiuc dot edu 2008-01-07 00:20 --- Well, if you were right, then gnu99 and gnu89 would have the same behavior, but they don't: indigo% gcc -c -std=gnu99 foo.c indigo% nm foo.o T _f 0008 T _main indigo% gcc -c -std=gnu89 foo.c indig

[Bug c/34697] New: gcc -std=gnu99 emits global symbol for extern inline function declarations

2008-01-06 Thread dan at math dot uiuc dot edu
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dan at math dot uiuc dot edu GCC build triplet: i686-apple-darwin9 GCC host triplet: i686-apple-darwin9 GCC target triplet: i686-app

Re: gcc-core-4.2 does not build after 5/30/2007 snapshot

2007-07-14 Thread Dan Allen
It turns out that I had moved from tcsh to bash. Along the way I setup a CDPATH export that broke gcc builds! My bad. The good news is that gcc is fine. Dan Allen

gcc-core-4.2 does not build after 5/30/2007 snapshot

2007-07-01 Thread Dan Allen
on in libiberty cleaning before any compiles have taken place; here is the error string: /bin/sh: line 1: cd: testsuite: No such file or directory Dan Allen

--enable-objc-gc on OS X won't build

2007-05-20 Thread Dan Knapp
bjc-gnu.la (cd .libs && rm -f libobjc-gnu.la && ln -s ../libobjc-gnu.la libobjc-gnu.la) make[2]: *** No rule to make target `libobjc_gc.la', needed by `all'. Stop. make[1]: *** [all-target-libobjc] Error 2 make: *** [all] Error 2 -- Dan Knapp

[Bug c++/28631] New: no candidate even when it exists, depends on position of the function

2006-08-07 Thread dan at danny dot cz
epends on position of the function Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dan at danny dot cz http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28631

[Bug bootstrap/26582] [4.2 Regression] warning with cross build

2006-06-04 Thread dan at debian dot org
--- Comment #5 from dan at debian dot org 2006-06-04 18:40 --- Subject: Re: [4.2 Regression] warning with cross build On Sun, Jun 04, 2006 at 06:04:19PM -, mmitchel at gcc dot gnu dot org wrote: > Are you going to have time to do the surgery mentioned in Comment #1? I can m

Pixels That Rock

2006-01-07 Thread Dan
Sorry for the previous blank email. I saw your name and email address on a website and thought you might be interested in taking a look at my new site. www.pixelsthatrock.com If you are interested in trading links or something let me know. Thanks! - Dan

[Bug libstdc++/21262] New: basic_string out_of_bound in constructor with null char in string

2005-04-28 Thread dan at verliba dot cz
o: unassigned at gcc dot gnu dot org ReportedBy: dan at verliba dot cz CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i586-mandrake-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21262

[Bug regression/20646] New: ICE on illegal code: "extern static" struct member

2005-03-25 Thread dan dot rosen at gmail dot com
.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: regression AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dan dot rosen at gmail dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20646

[Bug java/19070] internal compiler error: in generate_bytecode_conditional, at java/jcf-write.c:1271

2004-12-18 Thread dan at bolser dot co dot uk
--- Additional Comments From dan at bolser dot co dot uk 2004-12-18 19:12 --- I also get the exact same behaviour using... gcc -v Reading specs from /usr/share/gcc-4.0b/lib/gcc/i686-pc-linux-gnu/4.0.0/specs Configured with: ../gcc/configure --prefix=/usr/share/gcc-4.0b --enable-java

[Bug java/19070] internal compiler error: in generate_bytecode_conditional, at java/jcf-write.c:1271

2004-12-18 Thread dan at bolser dot co dot uk
--- Additional Comments From dan at bolser dot co dot uk 2004-12-18 19:07 --- The following code... public class testish { public static void main (String args[]){ Number pang = null; double pong = pang.doubleValue(); if (pong != 0

[Bug java/19070] New: internal compiler error: in generate_bytecode_conditional, at java/jcf-write.c:1271

2004-12-18 Thread dan at bolser dot co dot uk
Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dan at bolser dot co dot uk CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19070