[Bug middle-end/24786] Missing warning on questionable use of parameter to initialize static

2020-05-19 Thread dank at kegel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24786 dank at kegel dot com changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug other/90556] [meta-bug] bogus/missing -Wreturn-local-addr

2020-05-19 Thread dank at kegel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90556 Bug 90556 depends on bug 24786, which changed state. Bug 24786 Summary: Missing warning on questionable use of parameter to initialize static https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24786 What|Removed |Add

[Bug preprocessor/61638] "warning: multi-line comment" unclear and has false positives

2018-01-03 Thread dank at kegel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61638 dank at kegel dot com changed: What|Removed |Added CC||dank at kegel dot com

[Bug c++/59463] Illegal Instruction: min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }

2016-02-21 Thread dank at kegel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59463 --- Comment #5 from dank at kegel dot com --- Turns out in my case it was caused by duplicate entries in LD_LIBRARY_PATH. Go figure.

[Bug c++/59463] Illegal Instruction: min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }

2016-01-20 Thread dank at kegel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59463 dank at kegel dot com changed: What|Removed |Added CC||dank at kegel dot com

[Bug c++/43407] Specifying visibility attribute of C++0x enum class emits warning

2015-08-31 Thread dank at kegel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43407 dank at kegel dot com changed: What|Removed |Added CC||dank at kegel dot com

[Bug middle-end/57003] gcc-4.8.0 breaks -O2 optimization with Wine(64) - links/info/bisect of commits included

2013-04-22 Thread dank at kegel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57003 --- Comment #6 from dank at kegel dot com 2013-04-22 16:39:37 UTC --- You'd think... but I didn't find any obvious memcpy replacement. I spent some time bisecting the wine source yesterday. There appear to be at least thr

[Bug middle-end/57003] gcc-4.8.0 breaks -O2 optimization with Wine(64) - links/info/bisect of commits included

2013-04-21 Thread dank at kegel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57003 dank at kegel dot com changed: What|Removed |Added CC||dank at kegel dot com

[Bug preprocessor/47047] Support for path translation in __FILE__

2013-04-07 Thread dank at kegel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47047 dank at kegel dot com changed: What|Removed |Added CC||dank at kegel dot com

[Bug target/19923] [4.0/4.1/4.2/4.3 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2007-11-28 Thread dank at kegel dot com
--- Comment #43 from dank at kegel dot com 2007-11-28 18:01 --- Of the results posted above, the only interesting one that is still slower than gcc-2.95 is a pentium 3 with -fPIC. (Happily, gcc-4.3 is an improvement there, but it's still worse than 2.95.) Oddly, this one does b

[Bug target/19923] [4.0/4.1/4.2/4.3 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2007-11-19 Thread dank at kegel dot com
--- Comment #41 from dank at kegel dot com 2007-11-19 12:27 --- OK, I'll see if I can get that done. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19923

[Bug c++/16625] Discarded Linkonce sections in .rodata

2005-11-18 Thread dank at kegel dot com
--- Comment #22 from dank at kegel dot com 2005-11-18 18:19 --- We just ran into this trying to link a .a compiled with gcc-3.4.x against an app using gcc-4.0.1. Unfortunately, the .a is from a third party, so we can't share it or even look at the source ourselves. Here are a c

[Bug c++/24786] New: Missing warning on questionable use of parameter to initialize static

2005-11-10 Thread dank at kegel dot com
0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24786

[Bug c++/19756] -Wparentheses doesn't warn on ambiguous if in C++

2005-11-01 Thread dank at kegel dot com
--- Comment #6 from dank at kegel dot com 2005-11-01 20:22 --- Is this a duplicate of bug 19564 ? -- dank at kegel dot com changed: What|Removed |Added

[Bug middle-end/17886] variable rotate and long long rotate should be better optimized

2005-09-28 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-09-29 04:36 --- Thanks - I'll try to get this benchmarked on a semi-real app. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17886

[Bug c++/16782] Accepts qualified member function declaration in class

2005-09-15 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-09-15 21:39 --- Sounds like we're in violent agreement, then. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16782

[Bug c++/16782] Accepts qualified member function declaration in class

2005-09-15 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-09-15 16:49 --- We build everything with -Werror so errors are flagged as fatal. If we added -pedantic, we'd have to stop using -Werror, and implement the fatal error check ourselves in a wrapper, which would be a huge pain.

[Bug c++/16782] Accepts qualified member function declaration in class

2005-09-15 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-09-15 13:11 --- Also, the non-gcc compiler we're trying our code with supports some but not all gnuisms, so -pedantic would actually cause us to fix much more of our code than is practically neccessary for the kind of portabili

[Bug c++/16782] Accepts qualified member function declaration in class

2005-09-15 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-09-15 13:09 --- Pain. We have a very large application, and we cannot afford to fix all the warnings -pedantic gives. This is another case of "we want to turn on and off individual warnings, please". We're getting

[Bug c++/16782] Accepts qualified member function declaration in class

2005-09-15 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-09-15 12:39 --- I would dearly love to be able to say -Woverzealous-qualification or something like that to turn on this warning. It would make keeping our code portable much easier. -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug bootstrap/22541] Building into empty PREFIX causes broken limits.h to be installed

2005-09-13 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-09-13 14:31 --- Keating wrote in http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01345.html >Needs a ChangeLog entry, but otherwise OK. > >A key detail that you left out of your patch description is that >SYSTEM_HEADER

[Bug tree-optimization/23046] [4.1 Regression] ICE in set_value_range, at tree-vrp.c:191

2005-08-29 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-29 15:34 --- I think Jim's fold fix/workaround is at http://gcc.gnu.org/ml/gcc-patches/2005-08/msg00371.html I'm using it locally now, and it seems at first glance to get us past this problem. -- http://gcc.gnu.or

[Bug libstdc++/23358] _Destroy doesn't optimize for scalar types

2005-08-21 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-22 06:34 --- I think the patch applies cleanly to gcc-4.0.x; it's so small, seems like the target for this bug ought to be gcc-4.0.2. -- What|Removed |

[Bug libstdc++/23358] _Destroy doesn't optimize for scalar types

2005-08-21 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-22 06:33 --- Yes, Tommy mailed the patch, see http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01195.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23358

[Bug c++/22034] [4.1 Regression], ICE on valid, dwarf2

2005-08-06 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-07 06:23 --- Still there in gcc-4.1-20050806. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22034

[Bug c++/23045] ICE in force_decl_die, at dwarf2out.c:12621

2005-08-06 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-07 06:19 --- And sure enough, gcc-4.1-20050806 fixes it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23045

[Bug tree-optimization/23046] [4.1 Regression] ICE in set_value_range, at tree-vrp.c:191

2005-08-04 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-04 19:18 --- In general, once a ten-line testcase is found, do these get added to the gcc regression testsuite as a matter of course? We would be happy to submit patches to add these to the test suite, but we don't

[Bug c++/10483] Spurious reference created to integer constant in ternary op

2005-08-02 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-03 05:53 --- Should this be revisited now that gcc-4.x has disallowed ternaries as lvalues? My users are somewhat mystified as to why they need to declare storage for integer constants whose address is never taken. -- http

[Bug tree-optimization/23046] [4.1 Regression] ICE in set_value_range, at tree-vrp.c:191

2005-08-01 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-08-01 07:45 --- yup. I hope to try out 'delta' soon. BTW it appears to be x86_64 specific. ppc and pentium didn't seem to show it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23046

[Bug c++/23099] New: [4.0 regression] ICE in build_simple_base_path, at cp/class.c:460

2005-07-27 Thread dank at kegel dot com
rity: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23099

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-25 05:47 --- Sorry we didn't test with our app before gcc-4.0 was released. We'll try to do better for gcc-4.1. This bug affects the use of libstdc++, too, for what it's worth: .../include/c++/4.0.1/bits/stl

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-25 05:29 --- Also seems to happen with cvs HEAD at the moment, so it's a live one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23056

[Bug c++/23056] [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-25 05:27 --- Created an attachment (id=9357) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9357&action=view) Minimal test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23056

[Bug c++/23056] New: [4.0/4.1 regression] ICE in write_template_arg_literal, at cp/mangle.c

2005-07-24 Thread dank at kegel dot com
P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23056

[Bug c++/23045] ICE in force_decl_die, at dwarf2out.c:12621

2005-07-24 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-24 17:28 --- Yep. Compiling PR22034's testcase yields pr22034.cc:6: internal compiler error: tree check: expected tree that contains 'decl minimal' structure, have 'record_type' in lookup_decl_die,

[Bug c++/23046] New: ICE in set_value_range, at tree-vrp.c:191

2005-07-24 Thread dank at kegel dot com
_value_range, at tree-vrp.c:191 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bug

[Bug c++/23045] New: ICE in force_decl_die, at dwarf2out.c:12621

2005-07-24 Thread dank at kegel dot com
FIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23045

[Bug target/22553] [4.1 regression] ICE building libstdc++

2005-07-18 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-18 19:10 --- Created an attachment (id=9303) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9303&action=view) Preprocessed source showing the problem -- What|Removed

[Bug rtl-optimization/22553] New: [4.1 regression] ICE building libstdc++

2005-07-18 Thread dank at kegel dot com
Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org GCC target triplet: sh4-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22553

[Bug bootstrap/22541] New: Building into empty PREFIX causes broken limits.h to be installed

2005-07-17 Thread dank at kegel dot com
Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22541

[Bug middle-end/22398] [4.1 Regression] ICE in compare_values, at tree-vrp.c:445

2005-07-10 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-11 05:20 --- Deity on a crutch! That was fast. Thanks; I can test if you like, or just wait for the next snapshot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22398

[Bug middle-end/22398] New: ICE in compare_values, at tree-vrp.c:445

2005-07-10 Thread dank at kegel dot com
Summary: ICE in compare_values, at tree-vrp.c:445 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org Reported

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-07-05 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-06 05:11 --- Still seeing this on gcc-4.0.1-20050702. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583

[Bug libstdc++/21951] [4.0 only] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-07-01 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-01 19:42 --- That's certainly prettier than my header changes. I'll give it a shot. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21951

[Bug tree-optimization/17863] [4.0/4.1 Regression] threefold performance loss, not inlining as much

2005-06-30 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-01 03:44 --- Anthony, it looks like the runtimes with the fix match the runtimes from the larger testcase reasonably well; at least they're faster on gcc-3.4.3 where they're supposed to be. So maybe we should try to

[Bug target/19672] [3.4/4.0/4.1 Regression] Performance regression in simple loop code

2005-06-26 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-27 06:59 --- I just reproduced this on two flavors of pentium 4 using -O3 -mtune=pentium. The regression is worse, sometimes much worse, with -fPIC. Times for gcc-2.95.3, gcc-3.4.3, gcc-4.0.0, gcc-4.1-20050603: test run 1

[Bug tree-optimization/17863] [4.0/4.1 Regression] threefold performance loss, not inlining as much

2005-06-26 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-27 04:54 --- I just verified the regression here with -march=pentium on a pentium 4. On the original testcase, I got runtimes of 7.0, 4.9, 8.1, and 7.0 seconds with gcc-2.95.3, gcc-3.4.3, gcc-4.0.0, and gcc-4.1-20050603 using

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-24 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-24 15:01 --- And, for what it's worth, the latest 4.1 snapshot also suffers from this. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19923

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-24 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-24 15:00 --- Michael Meissner looked at the code, and saw that gcc-2.95.3 converts the loop to a countdown loop, but gcc-3.x doesn't, which wastes a precious register. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19923

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-18 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-18 22:45 --- I asked the fellow who posted the original problem report to give me the results of 'cat /proc/cpuinfo' on the affected machine. Here it is: vendor_id : GenuineIntel cpu family : 6 model

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-18 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-18 17:46 --- The above tests did not use -mcpu on gcc-2.95.3, so they were comparing apples to oranges, kind of. I reran them on a PIII with gcc-2.95.3 -mcpu=$tune -O3 and gcc-[34] -mtune=$tune -O3. The problem persists even

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-17 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-18 06:38 --- To be clear, here are the two most worrying rows from the above table, expanded a bit. These are the runtimes of foo4.i in seconds. The cpu family, model, and name are as shown by /proc/cpuinfo. cpu family 15

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-17 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-18 06:24 --- Looks to me like gcc-3.4.3 is known to fail, too, depending on the CPU. Anthony Danalis and I came up with a little script to run foo4.i on various processors with various values for -mtune, which I'll attach;

[Bug target/19923] [4.0/4.1 Regression] openssl is slower when compiled with gcc 4.0 than 3.3

2005-06-16 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-17 00:59 --- We're learning more about this bug. Anthony Danalis has boiled down the testcase much further; I'll attach the reduced testcase as foo4.i. It looks like it shows up if your /proc/cpuinfo says

[Bug libstdc++/21951] [4.0 only] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-11 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-11 19:29 --- Created an attachment (id=9071) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9071&action=view) proposed workaround -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21951

[Bug libstdc++/21951] [4.0 only] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-11 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-11 11:25 --- OK, I'm testing a patch now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21951

[Bug libstdc++/21951] [4.0 only] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-08 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-08 13:57 --- It sure as hell is for those shops that require -Werror. But ok, I'll be happy if it's fixed for 4.0.2. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21951

[Bug c++/21951] New: [gcc-4.0 regression, rejects-valid] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-07 Thread dank at kegel dot com
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21951

[Bug libstdc++/21334] Lack of Posix compliant thread safety in std::basic_string

2005-06-03 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-06-03 23:37 --- I'm tempted to start a new PR with summary "std::string slow in multithreaded programs due to COW" so we can focus on the quality of implementation issue, and leave aside the question of correctness

[Bug target/19558] openssl speed compiled with 20051020 gcc-4.0 (HEAD) segfaults

2005-05-30 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-05-31 03:41 --- See also http://marc.theaimsgroup.com/?l=openssl-dev&m=111238996923252&w=2 which says --- snip --- gcc-4 miscompiles inline assembly bn/asm/x86_64-gcc.c so that the functions bn_add_words and bn_sub_words ar

[Bug rtl-optimization/17810] [3.4 Regression] internal compiler error: in verify_local_live_at_start for arm-rtems, arm-linux

2005-05-20 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-05-20 18:05 --- http://sources.redhat.com/ml/crossgcc/2005-05/msg00154.html is a report of a similar problem with gcc-3.4.3. xfree86-4.5.0's fontutils.c causes an ICE when compiled with -O3 -fno-strict-aliasing. Backing do

[Bug target/21623] [4.0 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2005-05-17 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-05-17 14:33 --- Created an attachment (id=8911) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8911&action=view) reduced source from glibc-2.3.5 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21623

[Bug target/21623] New: [4.0 regression] ICE in reload_cse_simplify_operands, at postreload.c:391

2005-05-17 Thread dank at kegel dot com
load.c:391 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc d

[Bug other/18508] [3.4/4.0 Regression] "basename: too few arguments" when building without bootstrap

2005-05-14 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-05-14 16:30 --- On Cygwin, the symptoms may be slightly different. Here's a snippet of a build log from Petr Cvachoucek: basename: missing operand Try `basename --help' for more information. mv: `libgcc_s_nof

[Bug c++/21440] [4.0 Regression] ICE with statement-as-expression

2005-05-07 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-05-07 08:31 --- Forgot to mention: I have applied the fixes for PR20973 and PR21173 as given in bugzilla. -- What|Removed |Added

[Bug c++/21440] New: [4.0 Regression] ICE with statement-as-expression

2005-05-07 Thread dank at kegel dot com
NCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-linux http://gcc.gnu.org/bugzilla/show_

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-04-13 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-14 05:28 --- Still seeing this on 4.0.0-rc1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-08 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-08 16:38 --- Or should the doc say also that the argument to -frandom-seed should be the same every time anyone compiles the same file? In that case, the relative path of the file within the project would be a better choice

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-08 04:17 --- What value should be passed for that option? Would the absolute pathnme of the source file do? In case other people out there have as much trouble reading TFM as I do, I should note that the gcc doc says "-fr

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-08 00:03 --- Oh, ok, it's not *quite* a dup of 9393, since you could save the seed in the output file from the first run. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20815

[Bug middle-end/20815] -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-04-08 00:03 --- Aha. So this is a duplicate of bug 9393, in essence? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20815

[Bug rtl-optimization/20815] New: -fprofile-use barfs with "coverage mismatch for function '...' while reading counter 'arcs'."

2005-04-07 Thread dank at kegel dot com
counter 'arcs'." Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com

[Bug preprocessor/14331] please add option to suppress warning message "no newline at end of file"

2005-03-25 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-03-25 18:29 --- A patch to gcc-3.3.3 to do exactly what you're asking for was posted by Dave Korn a few months ago, and approved in principle: http://gcc.gnu.org/ml/gcc/2004-07/msg00798.html I'll attach a copy of the

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-03-23 Thread dank at kegel dot com
-- What|Removed |Added CC||dank at kegel dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20583

[Bug target/20583] [4.0/4.1 regression] ICE in output_operand: invalid expression as operand

2005-03-23 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-03-23 17:06 --- That's the same one I mentioned in http://gcc.gnu.org/ml/gcc/2005-03/msg00991.html I was going to report it, but you beat me to it, and you did a better job of minimizing the test case thank I did. Thanks! What

[Bug preprocessor/19027] add keyword 'error:' to remaining error messages that lack it

2004-12-15 Thread dank at kegel dot com
-- What|Removed |Added Component|c++ |preprocessor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19027

[Bug c++/19027] New: add keyword 'error:' to remaining error messages that lack it

2004-12-15 Thread dank at kegel dot com
lack it Product: gcc Version: 3.4.1 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19027

[Bug target/9552] accepts invalid code for attribute section

2004-05-10 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2004-05-10 21:09 --- With gcc-3.4.0, at least, the ICE depends on the build system's toolchain! You can predict whether the ICE will occur by running with -S and grepping for eh_frame. The ICE occurs if the first eh_fram

[Bug target/11901] New: set_fpscr isn't PIC even when __PIC__ defined; bad for prelinking, causes glibc-3.2.3 check-textrel test to fail

2003-08-14 Thread dank at kegel dot com
fail Product: gcc Version: 3.3.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dank at kegel dot com CC: gcc-bugs at gcc dot gnu do