[Bug libmudflap/26446] Running large program compiled with mudflap aborts even before reaching main()

2006-04-22 Thread fche at redhat dot com
--- Comment #4 from fche at redhat dot com 2006-04-22 15:37 --- (In reply to comment #3) > > I investigated further and found that it is not the size of the memory that > matters. The problem seems to be that we also use fortran code, which is not > mudflapped, but needs

[Bug libmudflap/26864] multithreaded mudflap not working

2006-04-22 Thread fche at redhat dot com
--- Comment #2 from fche at redhat dot com 2006-04-22 15:42 --- Indeed, -fmudflapth used to imply -fmudflap, but something broke that association. As a workaround, the test case works if both -fmudflap and -fmudflapth are specified. -- fche at redhat dot com changed

[Bug libmudflap/26864] multithreaded mudflap not working

2006-04-22 Thread fche at redhat dot com
--- Comment #3 from fche at redhat dot com 2006-04-22 16:22 --- patch committed to mainline -- fche at redhat dot com changed: What|Removed |Added Status

[Bug other/20128] ice with mudflap + profile generate

2006-04-22 Thread fche at redhat dot com
--- Comment #8 from fche at redhat dot com 2006-04-22 20:10 --- The problem is triggered for the synthetic _gcov_* type global variables that the profiling code emits. mudflap tries to register them with libmudflap. -- fche at redhat dot com changed: What|Removed

[Bug libmudflap/28077] [4.1/4.2 regression] pass39-frag.c produces mudflap violation on alpha

2006-06-19 Thread fche at redhat dot com
--- Comment #2 from fche at redhat dot com 2006-06-19 14:01 --- It looks like only the statically linked multithreding test cases trigger the problem. Would you mind trying ot hand-build one of those executables, but adding -rdynamic to LDFLAGS, and run with -backtrace=99 in

[Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

2006-06-21 Thread fche at redhat dot com
--- Comment #7 from fche at redhat dot com 2006-06-21 16:36 --- Created an attachment (id=11722) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11722&action=view) patch for mainline -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21724

[Bug libmudflap/21724] [4.0 Regression] libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

2006-06-21 Thread fche at redhat dot com
--- Comment #8 from fche at redhat dot com 2006-06-21 16:40 --- patch in 4.2-bound mainline -- fche at redhat dot com changed: What|Removed |Added Status

[Bug libmudflap/24619] mudflap instrumentation of dlopen is incorrect

2006-07-02 Thread fche at redhat dot com
-- fche at redhat dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fche at redhat dot com |dot org

[Bug c/25509] can't disable __attribute__((warn_unused_result))

2008-11-22 Thread fche at redhat dot com
--- Comment #22 from fche at redhat dot com 2008-11-22 18:35 --- (In reply to comment #21) > Sent from my iPhone Good to know. > > GCC should not be trying to micromanage coding styles - either of > > the rest of gnu software or anywhere else, but at least until y

[Bug middle-end/40207] request for enhancement: delay argument loading until needed

2009-05-20 Thread fche at redhat dot com
--- Comment #2 from fche at redhat dot com 2009-05-20 16:56 --- (In reply to comment #1) > The define and the static inline functions are not equivalent at all. Right, in general, but if the expressions are side-effect-free, gcc could move their evaluation farther down. -- fche

[Bug libmudflap/28578] A most simple multithreaded program (practically any multithreaded one) causes mudflap violation

2006-08-07 Thread fche at redhat dot com
-- fche at redhat dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fche at redhat dot com |dot org

[Bug c/25509] can't voidify __attribute__((warn_unused_result))

2007-03-15 Thread fche at redhat dot com
--- Comment #15 from fche at redhat dot com 2007-03-15 21:41 --- This still seems fishy to me FWIW: both gcc's implementation and documentation appear to be needlessly aggressive. -- fche at redhat dot com changed: What|Removed |

[Bug debug/23551] dwarf records for inlines appear incomplete

2007-03-30 Thread fche at redhat dot com
--- Comment #13 from fche at redhat dot com 2007-03-30 19:21 --- > Case 1, is also too hard to fix as it would make us lose a lot of > optimizations. If aoliva is correct in comment# 11, then some information is being lost that could be retained with some additional effort. That

[Bug debug/23551] dwarf records for inlines appear incomplete

2007-03-30 Thread fche at redhat dot com
--- Comment #15 from fche at redhat dot com 2007-03-30 22:10 --- (In reply to comment #14) > This is basically the same as case 1 (though a constant instead of a call to > rand()), now do we want not to prop x1 into x? I say we always do want that > because otherwise we get

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-03-10 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-03-10 21:57 --- Myseriously, the bug still appears fixed, in both 4_0-branch and mainline, despite the reversion. See libmudflap/testsuite/*++/pass55*. For archival purposes, the last approved but apparently unnecessary patch for

[Bug other/19266] [mudflap] ICE when compiling with -fmudflap -O

2005-04-12 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-04-12 16:50 --- I can no longer reproduce this failure with mainline on x86 nor x86-64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19266

[Bug other/19266] [mudflap] ICE when compiling with -fmudflap -O

2005-04-12 Thread fche at redhat dot com
-- What|Removed |Added Status|ASSIGNED|WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19266

[Bug tree-optimization/34563] noinline function call being removed

2008-01-17 Thread fche at redhat dot com
--- Comment #10 from fche at redhat dot com 2008-01-17 21:04 --- Is the mailing-list suggested workaround of adding asm (""); into the not-to-be-inlined test function satisfactory? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34563

[Bug libmudflap/38462] test libmudflap.c/fail27-frag.c fails output pattern test for ppc64

2009-03-23 Thread fche at redhat dot com
--- Comment #1 from fche at redhat dot com 2009-03-23 22:53 --- (In reply to comment #0) > Here there is only one nearby object; argv[] and environ[] are missing. [...] > Should the objects argv and environ be reported in the -m64 output. I believe so, because those globa

[Bug c++/94082] __builtin_memcpy in constexpr context should compile

2020-03-07 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94082 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com test

[Bug java/32247] -Wall enables -Wunused enables -Wunused-parameter

2013-03-19 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32247 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug web/45655] GCC WIki Needs Text Colorizing Capability

2013-04-18 Thread fche at redhat dot com
||fche at redhat dot com Resolution||FIXED --- Comment #4 from Frank Ch. Eigler 2013-04-18 14:23:32 UTC --- The Color2 1.9.3-1 macro package has been installed for gcc moinmoin.

[Bug web/45655] GCC WIki Needs Text Colorizing Capability

2013-04-18 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45655 --- Comment #7 from Frank Ch. Eigler 2013-04-18 18:44:30 UTC --- Added ThomasSchwinge, StevenBosscher, TobiasBurnus to the gcc wiki admins.

[Bug debug/51358] incorrect/missing location for function arg, -O0, without VTA

2012-08-12 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51358 --- Comment #5 from Frank Ch. Eigler 2012-08-12 20:21:24 UTC --- (In reply to comment #4) > It would not be helpful, systemtap would then see no data [...] Not quite; systemtap can search the PC ranges/line tables for a nearby address where a co

[Bug libmudflap/24619] mudflap instrumentation of dlopen is incorrect

2012-09-19 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24619 --- Comment #3 from Frank Ch. Eigler 2012-09-19 15:54:22 UTC --- (test only, please ignore)

[Bug libmudflap/26446] Running large program compiled with mudflap aborts even before reaching main()

2012-10-24 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26446 --- Comment #8 from Frank Ch. Eigler 2012-10-24 16:39:58 UTC --- Romain, good analysis.

[Bug libmudflap/41433] security: mudflap accepts environment variables if setuid

2009-09-22 Thread fche at redhat dot com
-- fche at redhat dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fche at redhat dot com |dot org

[Bug libmudflap/41433] security: mudflap accepts environment variables if setuid

2009-09-22 Thread fche at redhat dot com
--- Comment #2 from fche at redhat dot com 2009-09-22 15:52 --- Created an attachment (id=18631) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18631&action=view) proposed patch This patch fixes and documents the can-of-wormsness of setuid. -- http://gcc.gnu.org/b

[Bug libmudflap/41433] security: mudflap accepts environment variables if setuid

2009-09-22 Thread fche at redhat dot com
--- Comment #3 from fche at redhat dot com 2009-09-22 16:18 --- Committed. -- fche at redhat dot com changed: What|Removed |Added Status|ASSIGNED

[Bug c/41633] New: -Wframe-larger-than should warn about outgoing function calls, specifically varargs

2009-10-08 Thread fche at redhat dot com
redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41633

[Bug middle-end/41633] -Wframe-larger-than should warn about outgoing function calls, specifically varargs

2009-11-02 Thread fche at redhat dot com
--- Comment #1 from fche at redhat dot com 2009-11-02 16:43 --- Please be aware that the linux kernel uses this flag in its builds as a tool to help limit runtime stack consumption, as a safety/security matter. So it goes beyond a "nice to have". -- http://gcc.gnu.or

[Bug debug/47217] New: builtin functions should emit debug data

2011-01-07 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47217 Summary: builtin functions should emit debug data Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassig

[Bug target/44995] define a macro for presence of -mregnames option

2011-08-19 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44995 --- Comment #4 from Frank Ch. Eigler 2011-08-19 11:24:19 UTC --- We have worked around this powerpc oddity in systemtap's recent sdt.h versions by using both %0 and %I0 together to get a special markup for literals vs. register names.

[Bug debug/49167] dwarf marker for function return instruction

2012-05-22 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49167 --- Comment #3 from Frank Ch. Eigler 2012-05-22 14:30:35 UTC --- test comment

[Bug driver/52982] New: add option to select particular linker

2012-04-13 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52982 Bug #: 52982 Summary: add option to select particular linker Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority:

[Bug debug/51358] incorrect/missing location for function arg, -O0, without VTA

2013-12-25 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51358 --- Comment #11 from Frank Ch. Eigler --- This problem continues to hit in gcc 4.8.2.

[Bug libmudflap/40778] [4.5/4.6/4.7 Regression] Mudflap instrumentation missing in cloned function.

2012-01-17 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40778 --- Comment #11 from Frank Ch. Eigler 2012-01-17 16:23:15 UTC --- Jakub's patch makes sense to me in the sense that it's the least modification over what's there. Unfortunately, I do not recall what other problems there were with instrumenting

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2007-06-20 Thread fche at redhat dot com
--- Comment #29 from fche at redhat dot com 2007-06-20 19:37 --- > This is the patch mentioned in my explanation. It is against the 4.1.1 > release > source. Thanks! This patch applies fine to CVS head, but it does not appear to help significantly with the C++ test cases

[Bug c/12245] [7/8/9 regression] Uses lots of memory when compiling large initialized arrays

2019-02-26 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com --- Comment

[Bug c/12245] [7/8/9 regression] Uses lots of memory when compiling large initialized arrays

2019-02-27 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245 --- Comment #68 from Frank Ch. Eigler --- (In reply to Jakub Jelinek from comment #67) > Are the values completely random or are there big chunks with the same > values? I'd suspect pretty random, considering that gzip of the generated source c

[Bug c/12245] [7/8/9 regression] Uses lots of memory when compiling large initialized arrays

2019-02-27 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12245 --- Comment #70 from Frank Ch. Eigler --- > We could add a NATIVE_ENCODE_RANGE_EXPR that encodes a contiguous range of > bytes in native target representation. Of course that has to be kept > throughout GIMPLE. (Just a silly spitballing here ...

[Bug driver/90902] New: collect2 does not propagate gcc -wrapper far enough to wrap ld

2019-06-17 Thread fche at redhat dot com
Priority: P3 Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: fche at redhat dot com Target Milestone: --- We have a situation where we need to debug an ld run, which is invoked via g++/collect2. g++ -wrapper gdb,--args works well enough to

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-09-23 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-09-23 21:35 --- I can't explain it, but on today's mainline, this bug does not appear. I'm going to commit the smaller test case ("... make_k ...") from above to libmudflap/testsuite. If this t

[Bug libmudflap/23084] mudflap crash upon accept() with argement 2 and 3 as NULL

2005-09-23 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-09-23 21:58 --- patch committed -- What|Removed |Added Status|NEW |RESOLVED

[Bug debug/54793] the location of a formal_parameter is not started from a function entry with -mfentry

2013-01-18 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54793 Frank Ch. Eigler changed: What|Removed |Added CC||tromey at redhat dot com

[Bug target/80115] [7 Regression] OpenJDK 1.8 fails to build

2017-03-21 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80115 --- Comment #5 from Frank Ch. Eigler --- (In reply to Jakub Jelinek from comment #4) > This "worked" in gcc 6 and earlier because we happily emitted %sil etc. into > the inline assembly, even when it is not valid for 32-bit code, but starting > w

[Bug target/80115] [7 Regression] OpenJDK 1.8 fails to build

2017-03-21 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80115 --- Comment #7 from Frank Ch. Eigler --- The systemtap operand encoding machinery separately gives us the byte-size of the operand, so even if gcc told us %si, we'd only look at %sil only anyway. But if gcc cannot let that level of ambiguity be,

[Bug target/80115] [7 Regression] OpenJDK 1.8 fails to build

2017-03-21 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80115 --- Comment #9 from Frank Ch. Eigler --- Thanks, Jakub; git systemtap now includes your %w[] patch.

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-05-19 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com --- Comment

[Bug target/61231] [4.9/4.10 Regression] bootstrap comparision failure on powerpc64le-linux-gnu

2014-05-20 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61231 --- Comment #4 from Frank Ch. Eigler --- > is test/compile sufficient, or do you have to run it? Just compile.

[Bug web/64968] Upgrade GCC Bugzilla to 5.0

2015-04-27 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968 --- Comment #13 from Frank Ch. Eigler --- (In reply to Mikael Morin from comment #12) > Hello, not sure this is due to the upgrade, but the attachment > appears empty in the page: > https://gcc.gnu.org/bugzilla/attachment.cgi?id=35405&action=edit

[Bug web/64968] Upgrade GCC Bugzilla to 5.0

2015-05-26 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968 --- Comment #46 from Frank Ch. Eigler --- > I can add a workaround in Bugzilla itself, if that helps. Frank? Please go ahead.

[Bug web/60119] Bugzilla URLs don't work with https.

2014-02-08 Thread fche at redhat dot com
||fche at redhat dot com Resolution|--- |INVALID --- Comment #3 from Frank Ch. Eigler --- Until we can get hold of a x509 certificate for the gcc.gnu.org domain (i.e., via someone from the FSF, who holds the gnu.org admin contacts), sourceware.org

[Bug libstdc++/59677] basic_istream::get leads to a mudflap violation

2014-02-11 Thread fche at redhat dot com
||fche at redhat dot com Resolution|--- |WONTFIX --- Comment #2 from Frank Ch. Eigler --- This was a sign of incompleteness of libstdc++ support for libmudflap. Please try the address-sanitizer options for the currently maintained variant of this

[Bug c++/67499] New: c++ template/overload diagnostic compression

2015-09-08 Thread fche at redhat dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: fche at redhat dot com CC: dmalcolm at redhat dot com Target Milestone: --- It is very easy for c++ typos or errors involving templates or overloaded functions to generate a "wall of text" of d

[Bug web/64968] Upgrade GCC Bugzilla to 5.0

2015-02-09 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968 --- Comment #3 from Frank Ch. Eigler --- If the spammer problem is brought under better control with bz5, sure.

[Bug web/64968] Upgrade GCC Bugzilla to 5.0

2015-02-11 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968 --- Comment #5 from Frank Ch. Eigler --- The current .git repos are there as a backup. I'll move them out of the way.

[Bug c/65040] [5 Regression] gcc-5 -Wformat broken

2015-02-12 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65040 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com --- Comment

[Bug testsuite/20003] libmudflap.cth timeouts too short

2014-08-04 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003 Frank Ch. Eigler changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug web/45782] When updating a bug, an error can be thrown if an email cannot be sent to a recipient

2014-08-04 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45782 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-08-18 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-08-18 20:05 --- still broken. -- What|Removed |Added Status|RESOLVED|REOPENED

[Bug libmudflap/18244] libmudflap installs include/mf-runtime.h in version-independent path

2005-08-29 Thread fche at redhat dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fche at redhat dot com |dot org | Status|NEW

[Bug libmudflap/12310] [tree-ssa] libmudflap fails to build on mips-sgi-IRIX6.5

2011-03-23 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12310 --- Comment #12 from Frank Ch. Eigler 2011-03-23 14:52:34 UTC --- testing, please ignore

[Bug target/44995] New: define a macro for presence of -mregnames option

2010-07-19 Thread fche at redhat dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fche at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44995

[Bug target/44995] define a macro for presence of -mregnames option

2010-07-19 Thread fche at redhat dot com
--- Comment #2 from fche at redhat dot com 2010-07-19 21:51 --- > It is not ambiguous at all in correct usage of inline-asm. Well, considering that the "g" constraint can generate either a literal or a naked register number, the ambiguity is real even for normal in

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.6

2010-09-07 Thread fche at redhat dot com
--- Comment #36 from fche at redhat dot com 2010-09-07 18:16 --- You're all set with plain shell access now. Connect to irc.freenode.net #overseers for any further needs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43011

[Bug web/43011] Upgrade gcc.gnu.org/bugzilla to Bugzilla 3.6

2010-09-07 Thread fche at redhat dot com
-- fche at redhat dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |LpSolit at netscape dot net |dot org

[Bug java/45322] libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special

2010-09-27 Thread fche at redhat dot com
CC||fche at redhat dot com --- Comment #4 from Ralf Wildenhues 2010-09-24 18:33:22 UTC --- Waiting for feedback asked for in comment #1. --- Comment #5 from Frank Ch. Eigler 2010-09-27 16:34:50 UTC --- test test test

[Bug java/45322] libjava error: libtool: compile: libobj name `ltdl.lo' may not contain shell special

2010-09-27 Thread fche at redhat dot com
CC||fche at redhat dot com --- Comment #4 from Ralf Wildenhues 2010-09-24 18:33:22 UTC --- Waiting for feedback asked for in comment #1. --- Comment #5 from Frank Ch. Eigler 2010-09-27 16:34:50 UTC --- test test test --- Comment #6 from Frank Ch

[Bug web/45904] Email addresses used by Bugzilla

2010-10-05 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45904 Frank Ch. Eigler changed: What|Removed |Added CC||LpSolit at netscape dot net --- Commen

[Bug web/45904] Email addresses used by Bugzilla

2010-10-06 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45904 --- Comment #3 from Frank Ch. Eigler 2010-10-06 13:03:48 UTC --- > I don't know where you see that. All emails I get from GCC Bugzilla have and > always had the From: field set to gcc-bugzi...@gcc.gnu.org. Federic, yesterday we did experiment wi

[Bug middle-end/41633] -Wframe-larger-than should warn about outgoing function calls, specifically varargs

2010-11-05 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41633 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/44492] auto-inc-dec pushes PRE_MODIFY/PRE_INC into inline asm operands

2010-06-10 Thread fche at redhat dot com
--- Comment #10 from fche at redhat dot com 2010-06-10 12:11 --- (In reply to comment #9) > You cannot use an "m" operand more than once, since it can include side > effects. Nor less than once, apparently. -- fche at redhat dot com changed:

[Bug middle-end/44492] auto-inc-dec pushes PRE_MODIFY/PRE_INC into inline asm operands

2010-06-10 Thread fche at redhat dot com
--- Comment #16 from fche at redhat dot com 2010-06-10 13:24 --- (In reply to comment #13) > "m" is defined to be the most general memory constraint, and a pre/post > modified memory operand is still a memory operand. If this is to stand, please amend the documentati

[Bug debug/49167] New: dwarf marker for function return instruction

2011-05-25 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49167 Summary: dwarf marker for function return instruction Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: aol

[Bug middle-end/32044] [4.3 regression] udivdi3 counterproductive, unwarranted use

2008-01-03 Thread fche at redhat dot com
--- Comment #38 from fche at redhat dot com 2008-01-04 03:19 --- (In reply to comment #37) > Downgrading to P4. We seem to have consensus that this is [not] a GCC > wrong-code > bug. Yeah, it seems to be a mistaken expectation of -ffreestanding not to call libgcc. Maybe a n

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2008-04-09 Thread fche at redhat dot com
--- Comment #32 from fche at redhat dot com 2008-04-09 19:15 --- The patch has been committed for some time, and this test case passes. -- fche at redhat dot com changed: What|Removed |Added

[Bug libmudflap/20339] mudflap abort

2006-01-24 Thread fche at redhat dot com
--- Comment #3 from fche at redhat dot com 2006-01-24 22:54 --- With today's svn snapshot on x86, nptl, test case works ok. If you can reproduce a crash, it would be useful to first amend the test case to keep a log of malloc/free operations. -- fche at redhat dot com ch

[Bug libmudflap/22064] New: libmudflap contains possible alias violations

2005-06-14 Thread fche at redhat dot com
AssignedTo: fche at redhat dot com ReportedBy: fche at redhat dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22064

[Bug testsuite/21094] libmudflap C++ tests run even when C++ not configured

2005-06-14 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-06-14 18:37 --- patched to look for build tree g++ -- What|Removed |Added Status|NEW

[Bug libmudflap/22064] libmudflap contains possible alias violations

2005-06-14 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-06-14 18:38 --- slightly hacky but unobtrusive patch to use type-safe code -- What|Removed |Added

[Bug libmudflap/21023] mudflap reports errors for external array variable with no size specified

2005-06-14 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-06-14 19:13 --- the suggestion seemed to work, thank you! -- What|Removed |Added Status|UNCONFIRMED

[Bug libmudflap/21724] [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir

2005-06-14 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-06-14 19:18 --- thanks, sorry for the wait -- What|Removed |Added Status|UNCONFIRMED

[Bug target/21824] [meta-bug] bootstrap bugs for *-gnu*

2005-06-14 Thread fche at redhat dot com
-- Bug 21824 depends on bug 21724, which changed state. Bug 21724 Summary: [gcc]/libmudflap/Makefile.am, refusing to install mf-runtime.h in includedir http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21724 What|Old Value |New Value

[Bug other/19266] [mudflap] ICE when compiling with -fmudflap -O

2005-01-05 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-01-06 02:50 --- reproduced bug, only on original test case -- What|Removed |Added AssignedTo|unassigned at

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-01-07 Thread fche at redhat dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fche at redhat dot com |dot org | Status|UNCONFIRMED

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-01-07 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-01-07 22:58 --- Here is a simpler test case for at least one of the problems. struct k { int data; k(int j): data(j) {} }; k make_k () { return k(1); } int main () { k foo = make_k (); return 0; } -- http

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-01-10 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-01-10 17:04 --- This patch appears to fix the problem: testing and getting approvals --- gimplify.c 1 Jan 2005 01:43:08 - 2.101 +++ gimplify.c 10 Jan 2005 17:03:54 - @@ -2949,6 +2949,15 @@ gimplify_modify_expr

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2005-02-13 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2005-02-13 12:50 --- Thank you, Jason! -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/16573] compiler crash while building groff with -fmudflap

2004-10-15 Thread fche at redhat dot com
--- Additional Comments From fche at redhat dot com 2004-10-15 15:21 --- I cannot reproduce this problem with current mainline any more. -- What|Removed |Added

[Bug web/72856] Trottle bug creation for newly created accounts (to limit spam)

2016-08-10 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72856 --- Comment #6 from Frank Ch. Eigler --- Per-account rate limits seem so easy to overcome, with spammers already creating numerous verified junk accounts with ease. I would suggest focusing on spam-prevention content analysis (spamassassin style

[Bug web/77319] [bugzilla] bugzilla behaves erratically

2016-08-22 Thread fche at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77319 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com --- Comment

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2006-11-09 Thread fche at redhat dot com
--- Comment #18 from fche at redhat dot com 2006-11-10 03:09 --- For what it's worth, this problem does not appear to show up in current mainline gcc. If indeed it was caused by tree-ssa passes other than mudflap itself, a backport of whatever is making it work now seems very unl

[Bug libmudflap/28578] A most simple multithreaded program (practically any multithreaded one) causes mudflap violation

2006-11-10 Thread fche at redhat dot com
--- Comment #2 from fche at redhat dot com 2006-11-10 16:04 --- As shown by MUDFLAP_OPTIONS="-viol-gdb", the deallocation is occurring during the pthread exit process, and relates to dlopen's thread-local variables. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28578

[Bug libmudflap/28578] A most simple multithreaded program (practically any multithreaded one) causes mudflap violation

2006-11-10 Thread fche at redhat dot com
--- Comment #3 from fche at redhat dot com 2006-11-10 17:43 --- Some more details. The data value in question comes from an allocation due to dlerror(), performed during __mf_init()'s lookup of inteposed dynamic symbols. Since mudflap is still in __mf_starting_p state, dlerror

[Bug libmudflap/28578] A most simple multithreaded program (practically any multithreaded one) causes mudflap violation

2006-11-10 Thread fche at redhat dot com
--- Comment #5 from fche at redhat dot com 2006-11-10 18:43 --- The committed patch appears to work around this problem. -- fche at redhat dot com changed: What|Removed |Added

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2006-11-13 Thread fche at redhat dot com
--- Comment #23 from fche at redhat dot com 2006-11-14 03:53 --- As I said in comment 16, this problem isn't limited to C++ code either. > Instrument gmake-3.81, and you'll get 100,000+ violations Sorry, I don't see that. configured gnu make 3.81 compiled wit

[Bug libmudflap/19319] Mudflap produce many violations on simple, correct c++ program

2006-11-14 Thread fche at redhat dot com
--- Comment #25 from fche at redhat dot com 2006-11-14 12:19 --- (In reply to comment #24) > Might the problem be that I am compiling on an "old" glibc? That is possible. Try MUDFLAP_OPTIONS="-trace-calls -verbose-trace". If you have access to a modern glibc, y

[Bug debug/99654] Incorrect DW_AT_entry_pc values for inlined function

2021-03-29 Thread fche at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99654 --- Comment #4 from Frank Ch. Eigler --- A quick diff between the two -fverbose-asm dumps confirms that the generated object code is identical with or without the -gno-as-locview-support, but the DW_AT_entry_pc differs.

[Bug web/114223] Utilize filtering for git://gcc.gnu.org/git/gcc.git

2024-03-03 Thread fche at redhat dot com via Gcc-bugs
|--- |FIXED CC||fche at redhat dot com --- Comment #2 from Frank Ch. Eigler --- /etc/gitconfig now sports: [uploadpack] allowFilter = true

  1   2   >