public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/40424]  New: --verbose-asm option not list all enbaled command line option flags
@ 2009-06-12  9:53 MR dot Swami dot Reddy at nsc dot com
  2009-06-12 10:01 ` [Bug target/40424] " ramana at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: MR dot Swami dot Reddy at nsc dot com @ 2009-06-12  9:53 UTC (permalink / raw)
  To: gcc-bugs

"-fverbose-asm" is not listing the command line option flgas, as same version
of native gcc does.

For ex:
> crx-elf-gcc test.c -O1 --verbose-asm -save-temps -c

In test.s: command line options enabled flags will be listed out.

This is not done with crx-elf-gcc compiler.


-- 
           Summary: --verbose-asm option not list all enbaled command line
                    option flags
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: MR dot Swami dot Reddy at nsc dot com
  GCC host triplet: Native linux
GCC target triplet: crx-elf-


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
  2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
@ 2009-06-12 10:01 ` ramana at gcc dot gnu dot org
  2009-06-13 19:32 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-06-12 10:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ramana at gcc dot gnu dot org  2009-06-12 10:00 -------
That might be because you have differences in your override_options from the
"native" compiler.


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
  2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
  2009-06-12 10:01 ` [Bug target/40424] " ramana at gcc dot gnu dot org
@ 2009-06-13 19:32 ` pinskia at gcc dot gnu dot org
  2009-06-13 19:33 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-06-13 19:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2009-06-13 19:32 -------
This sounds like ASM_COMMENT_START is not defined for crx-elf.


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
  2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
  2009-06-12 10:01 ` [Bug target/40424] " ramana at gcc dot gnu dot org
  2009-06-13 19:32 ` pinskia at gcc dot gnu dot org
@ 2009-06-13 19:33 ` pinskia at gcc dot gnu dot org
  2009-06-15  5:02 ` MR dot Swami dot Reddy at nsc dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-06-13 19:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-06-13 19:33 -------
Yep that is the issue.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-06-13 19:33:20
               date|                            |


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
  2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
                   ` (2 preceding siblings ...)
  2009-06-13 19:33 ` pinskia at gcc dot gnu dot org
@ 2009-06-15  5:02 ` MR dot Swami dot Reddy at nsc dot com
  2009-06-15  5:03 ` MR dot Swami dot Reddy at nsc dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: MR dot Swami dot Reddy at nsc dot com @ 2009-06-15  5:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from MR dot Swami dot Reddy at nsc dot com  2009-06-15 05:02 -------
Created an attachment (id=17999)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17999&action=view)
Patch to fix this issue


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
  2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
                   ` (3 preceding siblings ...)
  2009-06-15  5:02 ` MR dot Swami dot Reddy at nsc dot com
@ 2009-06-15  5:03 ` MR dot Swami dot Reddy at nsc dot com
  2009-06-22 10:27 ` MR dot Swami dot Reddy at nsc dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: MR dot Swami dot Reddy at nsc dot com @ 2009-06-15  5:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from MR dot Swami dot Reddy at nsc dot com  2009-06-15 05:03 -------
Created an attachment (id=18000)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18000&action=view)
Patch to fix this issue


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
  2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
                   ` (4 preceding siblings ...)
  2009-06-15  5:03 ` MR dot Swami dot Reddy at nsc dot com
@ 2009-06-22 10:27 ` MR dot Swami dot Reddy at nsc dot com
  2009-06-22 10:30 ` ramana at gcc dot gnu dot org
  2009-06-22 10:47 ` MR dot Swami dot Reddy at nsc dot com
  7 siblings, 0 replies; 10+ messages in thread
From: MR dot Swami dot Reddy at nsc dot com @ 2009-06-22 10:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from MR dot Swami dot Reddy at nsc dot com  2009-06-22 10:26 -------
Could you please review the patch and apply the same to gcc trunk?


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
  2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
                   ` (5 preceding siblings ...)
  2009-06-22 10:27 ` MR dot Swami dot Reddy at nsc dot com
@ 2009-06-22 10:30 ` ramana at gcc dot gnu dot org
  2009-06-22 10:47 ` MR dot Swami dot Reddy at nsc dot com
  7 siblings, 0 replies; 10+ messages in thread
From: ramana at gcc dot gnu dot org @ 2009-06-22 10:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ramana at gcc dot gnu dot org  2009-06-22 10:30 -------
I'm not allowed to authorize or approve the change. You'd be better off
requesting for a review and someone to commit this for you on gcc-patches @
rather than in comments in bugzilla.


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
  2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
                   ` (6 preceding siblings ...)
  2009-06-22 10:30 ` ramana at gcc dot gnu dot org
@ 2009-06-22 10:47 ` MR dot Swami dot Reddy at nsc dot com
  7 siblings, 0 replies; 10+ messages in thread
From: MR dot Swami dot Reddy at nsc dot com @ 2009-06-22 10:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from MR dot Swami dot Reddy at nsc dot com  2009-06-22 10:47 -------
Subject: Re:  --verbose-asm option not list all
 enbaled command line option flags

Thanks for the reply.
OK I will request the maintainer to do the same.

Thanks
Swami
ramana at gcc dot gnu dot org wrote:
> ------- Comment #7 from ramana at gcc dot gnu dot org  2009-06-22 10:30 -------
> I'm not allowed to authorize or approve the change. You'd be better off
> requesting for a review and someone to commit this for you on gcc-patches @
> rather than in comments in bugzilla.
>
>
>   


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug target/40424] --verbose-asm option not list all enbaled command line option flags
       [not found] <bug-40424-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-22 20:29 ` jsm28 at gcc dot gnu.org
  0 siblings, 0 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2011-03-22 20:29 UTC (permalink / raw)
  To: gcc-bugs

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

Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #9 from Joseph S. Myers <jsm28 at gcc dot gnu.org> 2011-03-22 20:26:41 UTC ---
CRX support has been removed for GCC 4.7.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-03-22 20:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-12  9:53 [Bug target/40424] New: --verbose-asm option not list all enbaled command line option flags MR dot Swami dot Reddy at nsc dot com
2009-06-12 10:01 ` [Bug target/40424] " ramana at gcc dot gnu dot org
2009-06-13 19:32 ` pinskia at gcc dot gnu dot org
2009-06-13 19:33 ` pinskia at gcc dot gnu dot org
2009-06-15  5:02 ` MR dot Swami dot Reddy at nsc dot com
2009-06-15  5:03 ` MR dot Swami dot Reddy at nsc dot com
2009-06-22 10:27 ` MR dot Swami dot Reddy at nsc dot com
2009-06-22 10:30 ` ramana at gcc dot gnu dot org
2009-06-22 10:47 ` MR dot Swami dot Reddy at nsc dot com
     [not found] <bug-40424-4@http.gcc.gnu.org/bugzilla/>
2011-03-22 20:29 ` jsm28 at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).