https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120227
--- Comment #1 from Iouri Kharon ---
FYI: The problem is in the compiler (cc1/cc1plus)- with such a combination of
keys, a "mixture" of codeview-style and dwarf-style info gets into the
generated assembler
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: bc-info at styx dot cabel.net
Target Milestone: ---
$ cat test.c
// gcc -c -gcodeview -g test.c
void f(void) {}
$ gcc -c -gcodeview -g test.c
cciogM22.s: Assembler messages:
cciogM22.s:174
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
--- Comment #20 from Iouri Kharon ---
(In reply to Christoph Reiter from comment #19)
> After doing some more testing, the 32bit build now fails with these patches:
>
> [1/301] Compiling C++ object
> operations/external/exr-save.dll.p/exr-save.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
--- Comment #17 from Iouri Kharon ---
(In reply to Christoph Reiter from comment #16)
> (In reply to Christoph Reiter from comment #15)
> > Thanks, that seems to have fixed the babl build.
>
> ah, I meant the gegl build.
And did you apply the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
Iouri Kharon changed:
What|Removed |Added
Attachment #61379|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
--- Comment #12 from Iouri Kharon ---
FYI: Yet cc1/cc1plus can be linked with --pdb :) - secondary patch for ld added
to https://sourceware.org/bugzilla/show_bug.cgi?id=32942
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
--- Comment #10 from Iouri Kharon ---
(In reply to Sam James from comment #6)
> Mark, when you get a chance to work on this, if you haven't tried it before,
> I'd recommend doing a bootstrap w/ -gcodeview enabled by default to see what
> falls o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
Iouri Kharon changed:
What|Removed |Added
Attachment #61364|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
Iouri Kharon changed:
What|Removed |Added
Attachment #61313|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
--- Comment #4 from Iouri Kharon ---
(In reply to Sam James from comment #3)
> (In reply to Iouri Kharon from comment #2)
> > In addition, a bug in ld-2.44 was found :). See
> > https://savannah.gnu.org/patch/index.php?10520
>
> Could you file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
Iouri Kharon changed:
What|Removed |Added
Attachment #61272|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120051
Iouri Kharon changed:
What|Removed |Added
CC||bc-info at styx dot cabel.net
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: bc-info at styx dot cabel.net
Target Milestone: ---
When build gcc under windows (mingw-w64, etc) incorrect calculation MD5 for
option -gcodeview.
Patch for fix this bug:
--- gcc-15.0/gcc/dwarf2codeview.cc.orig
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46261
--- Comment #4 from Iouri Kharon 2011-05-01
13:29:35 UTC ---
Created attachment 24157
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24157
CHAR16 and CHAR32 in avr with -mint8
This patch correct bug 46261 in gcc-4.5.x
14 matches
Mail list logo