[Bug c/52927] procps do not work with -Os flag.

2012-04-19 Thread jonatan.goebel at digitel dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 --- Comment #9 from Jonatan GOebel jonatan.goebel at digitel dot com.br 2012-04-19 15:14:27 UTC --- Hi. The problem actually happen when using -Os and -frename-registers. Also the source code may note help, because it randomly happens on

[Bug c/52927] procps do not work with -Os flag.

2012-04-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug c/52927] procps do not work with -Os flag.

2012-04-10 Thread jonatan.goebel at digitel dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 --- Comment #2 from Jonatan GOebel jonatan.goebel at digitel dot com.br 2012-04-10 15:14:53 UTC --- The ps code calls the funcion set_personality() This function ends with a goto *(found-jump); this goto jump to case_unknown: do some stuffs

[Bug c/52927] procps do not work with -Os flag.

2012-04-10 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 --- Comment #3 from Uros Bizjak ubizjak at gmail dot com 2012-04-10 17:52:52 UTC --- (In reply to comment #2) Please follow instructions at http://gcc.gnu.org/bugs/#report on how to provide all required information.

[Bug c/52927] procps do not work with -Os flag.

2012-04-10 Thread jonatan.goebel at digitel dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 --- Comment #4 from Jonatan GOebel jonatan.goebel at digitel dot com.br 2012-04-10 18:15:58 UTC --- Created attachment 27125 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27125 S file compiled with -Os flag

[Bug c/52927] procps do not work with -Os flag.

2012-04-10 Thread jonatan.goebel at digitel dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 --- Comment #5 from Jonatan GOebel jonatan.goebel at digitel dot com.br 2012-04-10 18:16:36 UTC --- Created attachment 27126 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27126 S file compiled without -Os flag

[Bug c/52927] procps do not work with -Os flag.

2012-04-10 Thread jonatan.goebel at digitel dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 --- Comment #6 from Jonatan GOebel jonatan.goebel at digitel dot com.br 2012-04-10 18:17:39 UTC --- Created attachment 27127 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27127 compiled sorce file.

[Bug c/52927] procps do not work with -Os flag.

2012-04-10 Thread jonatan.goebel at digitel dot com.br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 --- Comment #7 from Jonatan GOebel jonatan.goebel at digitel dot com.br 2012-04-10 18:24:55 UTC --- props project: http://procps.sourceforge.net/index.html Hi, I attached the i and the S files from the source code that causes the program to

[Bug c/52927] procps do not work with -Os flag.

2012-04-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52927 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |UNCONFIRMED