public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug web/37479]  New: -fdwarf2-cfi-asm is undocumented
@ 2008-09-11 11:31 ro at gcc dot gnu dot org
  2008-09-14  4:53 ` [Bug middle-end/37479] [4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu dot org @ 2008-09-11 11:31 UTC (permalink / raw)
  To: gcc-bugs

I just noticed that the new -fdwarf2-cfi-asm option isn't documented in
gcc/doc/invoke.texi.

Filing as component other since there seems to be noc doc component.


-- 
           Summary: -fdwarf2-cfi-asm is undocumented
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: web
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at gcc dot gnu dot org
 GCC build triplet: any
  GCC host triplet: any
GCC target triplet: any


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


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

* [Bug middle-end/37479] [4.4 Regression] -fdwarf2-cfi-asm is undocumented
  2008-09-11 11:31 [Bug web/37479] New: -fdwarf2-cfi-asm is undocumented ro at gcc dot gnu dot org
@ 2008-09-14  4:53 ` pinskia at gcc dot gnu dot org
  2008-09-15 11:05 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-14  4:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|web                         |middle-end
           Keywords|                            |documentation
            Summary|-fdwarf2-cfi-asm is         |[4.4 Regression] -fdwarf2-
                   |undocumented                |cfi-asm is undocumented
   Target Milestone|---                         |4.4.0


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


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

* [Bug middle-end/37479] [4.4 Regression] -fdwarf2-cfi-asm is undocumented
  2008-09-11 11:31 [Bug web/37479] New: -fdwarf2-cfi-asm is undocumented ro at gcc dot gnu dot org
  2008-09-14  4:53 ` [Bug middle-end/37479] [4.4 Regression] " pinskia at gcc dot gnu dot org
@ 2008-09-15 11:05 ` jakub at gcc dot gnu dot org
  2008-09-15 21:56 ` jakub at gcc dot gnu dot org
  2008-09-15 21:59 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-09-15 11:05 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-09-15 11:04:33
               date|                            |


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


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

* [Bug middle-end/37479] [4.4 Regression] -fdwarf2-cfi-asm is undocumented
  2008-09-11 11:31 [Bug web/37479] New: -fdwarf2-cfi-asm is undocumented ro at gcc dot gnu dot org
  2008-09-14  4:53 ` [Bug middle-end/37479] [4.4 Regression] " pinskia at gcc dot gnu dot org
  2008-09-15 11:05 ` jakub at gcc dot gnu dot org
@ 2008-09-15 21:56 ` jakub at gcc dot gnu dot org
  2008-09-15 21:59 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-09-15 21:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2008-09-15 21:55 -------
Subject: Bug 37479

Author: jakub
Date: Mon Sep 15 21:54:04 2008
New Revision: 140375

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140375
Log:
        PR middle-end/37479
        * doc/invoke.texi: Document -fno-dwarf2-cfi-asm.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/invoke.texi


-- 


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


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

* [Bug middle-end/37479] [4.4 Regression] -fdwarf2-cfi-asm is undocumented
  2008-09-11 11:31 [Bug web/37479] New: -fdwarf2-cfi-asm is undocumented ro at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-09-15 21:56 ` jakub at gcc dot gnu dot org
@ 2008-09-15 21:59 ` jakub at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-09-15 21:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jakub at gcc dot gnu dot org  2008-09-15 21:58 -------
Fixed.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2008-09-15 21:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-11 11:31 [Bug web/37479] New: -fdwarf2-cfi-asm is undocumented ro at gcc dot gnu dot org
2008-09-14  4:53 ` [Bug middle-end/37479] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-09-15 11:05 ` jakub at gcc dot gnu dot org
2008-09-15 21:56 ` jakub at gcc dot gnu dot org
2008-09-15 21:59 ` jakub at gcc dot gnu dot 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).