IRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: hongxu.jia at windriver dot com
Target Milestone: ---
Hi all,
I come from OpenEmbedded community (https://www.yoctoproject.org/),
thanks the powerful gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69821
--- Comment #1 from hongxu jia ---
Created attachment 37691
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37691&action=edit
add option
Compile without this fix:
objdump -g packages-split/lib32-glibc-dev/usr/lib/gcrt1.o
...
|<5f> DW_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69821
--- Comment #3 from hongxu jia ---
(In reply to Andrew Pinski from comment #2)
> Patches should be sent to gcc-patches@.
Got it
//Hongxu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69821
--- Comment #8 from hongxu jia ---
(In reply to Jakub Jelinek from comment #7)
> It is not a regression and is user visible change, so I think changing it
> just in GCC 6 is sufficient.
Got it, thanks for pointing it out.
I will backport to our
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70268
--- Comment #3 from hongxu jia ---
(In reply to Richard Biener from comment #2)
> IMHO it doesn't make sense to prune system header paths here and having them
> is desired.
Hi Richard,
It is just a simple example to explain the requirements.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70268
--- Comment #4 from hongxu jia ---
Created attachment 37995
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37995&action=edit
Implement patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70268
--- Comment #1 from hongxu jia ---
So I suggest gcc could provide a option '-ffile-prefix-map=='
to map directory in __FILE__ and replace it with directory.
It is similar to '-fdebug-prefix-map==', but the latter is used
for DWARF, and the new
Version: 6.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: hongxu.jia at windriver dot com
Target Milestone: ---
Hi all,
I come from OpenEmbedded community
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70268
--- Comment #6 from hongxu jia ---
(In reply to rguent...@suse.de from comment #5)
> On Thu, 17 Mar 2016, hongxu.jia at windriver dot com wrote:
>
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70268
> >
> > --- Co
: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: hongxu.jia at windriver dot com
Target Milestone: ---
1. Prepare sources and build dir
$ pwd
/folk/hjia
$ mkdir dir1/dir2 test1/test2/ -p
$ cat > test1/test2/test.c <&
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70428
--- Comment #2 from hongxu jia ---
(In reply to jos...@codesourcery.com from comment #1)
> I don't think -fdebug-prefix-map is meant to cover this case; you're meant
> to use it with paths in the form in which they appear in debug info, which
>
|--- |INVALID
--- Comment #4 from hongxu jia ---
(In reply to jos...@codesourcery.com from comment #3)
> On Wed, 30 Mar 2016, hongxu.jia at windriver dot com wrote:
>
> > Do you mean the combination of using *"relative path" source to compile*
> > and *"
: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
Assignee: unassigned at gcc dot gnu.org
Reporter: hongxu.jia at windriver dot com
Created attachment 32440
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32440&action=edit
the config.log
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643
hongxu jia changed:
What|Removed |Added
Target||mips-wrs-linux
Host|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643
--- Comment #4 from hongxu jia ---
Created attachment 32441
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32441&action=edit
the open-embedded patches
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643
--- Comment #10 from hongxu jia ---
(In reply to Andrew Pinski from comment #8)
> Works for me with an unmodified GCC 4.8.2.
>
> So please try removing all of the Open-embedded patches since one of them is
> causing this bug.
I have removed all
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643
hongxu jia changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|WORKSFORME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643
hongxu jia changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: hongxu.jia at windriver dot com
Created attachment 33182
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33182&action=edit
compile failure log
Reproduce steps
1. M
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61899
--- Comment #1 from hongxu jia ---
Here is my solution:
gcc/Makefile.in: add missing errors.o/gcc-ar.o/gcc-nm.o/gcc-ranlib.o to OBJS
While parallel make, the '$(ALL_HOST_OBJS) : | $(generated_files)' rule
doesn't work for these missing objects.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61899
--- Comment #2 from hongxu jia ---
The previous fix is incorrect, it caused other build failure.
Here is the new solution:
The gcc-ar.o, gcc-nm.o, gcc-ranlib.o and errors.o included
config.h which was a generated file. But no explicity rule
to c
21 matches
Mail list logo