[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap without -g

2005-11-11 Thread pinskia at gcc dot gnu dot org


--- Comment #17 from pinskia at gcc dot gnu dot org  2005-11-11 19:10 
---
Testing a fix for the with/without -g problem.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap without -g

2005-11-11 Thread pinskia at gcc dot gnu dot org


--- Comment #16 from pinskia at gcc dot gnu dot org  2005-11-11 19:01 
---
The problem is that dwarf2out_switch_text_section does not get called as the
debug_hooks are set to none.

So the handling of NOTE_INSN_SWITCH_TEXT_SECTIONS is slightly wrong for this
case.  Looking more into it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap without -g

2005-11-11 Thread pinskia at gcc dot gnu dot org


--- Comment #15 from pinskia at gcc dot gnu dot org  2005-11-11 18:50 
---
so with -g, it works but without -g it does not.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Severity|normal  |critical
 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1
   Priority|P2  |P3
   Last reconfirmed|-00-00 00:00:00 |2005-11-11 18:50:50
   date||
Summary|[4.1 Regression] gcc HEAD as|[4.1 Regression] gcc HEAD as
   |of 2005/07/05 fails to  |of 2005/07/05 fails to
   |profiledbootstrap   |profiledbootstrap without -g


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-11-11 Thread pinskia at gcc dot gnu dot org


--- Comment #14 from pinskia at gcc dot gnu dot org  2005-11-11 18:50 
---
This is a bug still.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-11-11 Thread halcy0n at gentoo dot org


--- Comment #13 from halcy0n at gentoo dot org  2005-11-11 17:52 ---
You should be able to reproduce this by setting BOOT_CFLAGS="-O2".  Eliminating
that allows me to successfully compile gcc-4.1 on x86_64.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-11-09 Thread pinskia at gcc dot gnu dot org


--- Comment #12 from pinskia at gcc dot gnu dot org  2005-11-09 16:29 
---
(In reply to comment #11)
> This is reproducable on gcc mainline on amd64:
This works for me with "GNU assembler 2.16.91 20051027" with the GCC mainline
on i686-linux-gnu
And with "GNU assembler 2.16" with the GCC mainline on x86_64-linux-gnu.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-11-06 Thread halcy0n at gentoo dot org


--- Comment #11 from halcy0n at gentoo dot org  2005-11-06 20:29 ---
This is reproducable on gcc mainline on amd64:

{standard input}: Assembler messages:
{standard input}:510: Error: can't resolve `.text.unlikely' {.text.unlikely
section} - `.LFB96' {.text section}

Building gcc-4.1.0_beta20051105 with gcc-4.0.2, with binutils 2.16.91.0.3. 
Same error with binutils-2.16.1 as well.


-- 

halcy0n at gentoo dot org changed:

   What|Removed |Added

 CC||halcy0n at gentoo dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-10-10 Thread bero at arklinux dot org


--- Comment #10 from bero at arklinux dot org  2005-10-10 21:48 ---
This is still reproducable here [with unpatched sources], using binutils 2.16.1
and gcc 3.4.4 to compile the stage1 compiler


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-10-05 Thread pinskia at gcc dot gnu dot org


--- Comment #9 from pinskia at gcc dot gnu dot org  2005-10-06 00:32 ---
Closing as works for me, this works for me and it worked for Honza on
2005-09-28, see PR 23396, comment #5.

Plus 2.15 errored out with your .s file.  So it looks like one of your local
patches were breaking this.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313



[Bug debug/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap

2005-10-05 Thread pinskia at gcc dot gnu dot org


--- Comment #8 from pinskia at gcc dot gnu dot org  2005-10-06 00:24 ---
(In reply to comment #5)
> Actually this effects x86_64 only or if you have a local patch to turn on omit
> frame pointer all the time 
> and -fasynchronous-unwind-tables which is why only x86_64 is effected on a 
> pure
> sources.

Actually this is on x86-linux-gnu with a newer binutils, I don't know why I
attributed it to x86_64 for some reason, which means it is not related at all
to -fasynchronous-unwind-tables.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

  Component|bootstrap   |debug
   Keywords||build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22313