public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/38013]  New: Option to turn off usage of any precompiled header
@ 2008-11-04 16:25 rguenth at gcc dot gnu dot org
  2008-11-04 17:46 ` Andrew Thomas Pinski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-11-04 16:25 UTC (permalink / raw)
  To: gcc-bugs

There is no option to turn off the use of precompiled headers.  This makes
generating preprocessed source for bugs harder than necessary (you need to
manually remove the pchs).


-- 
           Summary: Option to turn off usage of any precompiled header
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

* Re: [Bug preprocessor/38013]  New: Option to turn off usage of any precompiled header
  2008-11-04 16:25 [Bug preprocessor/38013] New: Option to turn off usage of any precompiled header rguenth at gcc dot gnu dot org
@ 2008-11-04 17:46 ` Andrew Thomas Pinski
  2008-11-04 17:47 ` [Bug preprocessor/38013] " pinskia at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Andrew Thomas Pinski @ 2008-11-04 17:46 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

You can also just do -Dineednopchreallyidont :).

Sent from my iPhone

On Nov 4, 2008, at 8:23 AM, "rguenth at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org 
 > wrote:

> There is no option to turn off the use of precompiled headers.  This  
> makes
> generating preprocessed source for bugs harder than necessary (you  
> need to
> manually remove the pchs).
>
>
> -- 
>           Summary: Option to turn off usage of any precompiled header
>           Product: gcc
>           Version: 4.4.0
>            Status: UNCONFIRMED
>          Severity: enhancement
>          Priority: P3
>         Component: preprocessor
>        AssignedTo: unassigned at gcc dot gnu dot org
>        ReportedBy: rguenth at gcc dot gnu dot org
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38013
>


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

* [Bug preprocessor/38013] Option to turn off usage of any precompiled header
  2008-11-04 16:25 [Bug preprocessor/38013] New: Option to turn off usage of any precompiled header rguenth at gcc dot gnu dot org
  2008-11-04 17:46 ` Andrew Thomas Pinski
@ 2008-11-04 17:47 ` pinskia at gmail dot com
  2008-11-04 18:03 ` paolo dot carlini at oracle dot com
  2009-01-02 16:35 ` [Bug pch/38013] " tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gmail dot com @ 2008-11-04 17:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gmail dot com  2008-11-04 17:46 -------
Subject: Re:   New: Option to turn off usage of any precompiled header

You can also just do -Dineednopchreallyidont :).

Sent from my iPhone

On Nov 4, 2008, at 8:23 AM, "rguenth at gcc dot gnu dot org"
<gcc-bugzilla@gcc.gnu.org 
 > wrote:

> There is no option to turn off the use of precompiled headers.  This  
> makes
> generating preprocessed source for bugs harder than necessary (you  
> need to
> manually remove the pchs).
>
>
> -- 
>           Summary: Option to turn off usage of any precompiled header
>           Product: gcc
>           Version: 4.4.0
>            Status: UNCONFIRMED
>          Severity: enhancement
>          Priority: P3
>         Component: preprocessor
>        AssignedTo: unassigned at gcc dot gnu dot org
>        ReportedBy: rguenth at gcc dot gnu dot org
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38013
>


-- 


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


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

* [Bug preprocessor/38013] Option to turn off usage of any precompiled header
  2008-11-04 16:25 [Bug preprocessor/38013] New: Option to turn off usage of any precompiled header rguenth at gcc dot gnu dot org
  2008-11-04 17:46 ` Andrew Thomas Pinski
  2008-11-04 17:47 ` [Bug preprocessor/38013] " pinskia at gmail dot com
@ 2008-11-04 18:03 ` paolo dot carlini at oracle dot com
  2009-01-02 16:35 ` [Bug pch/38013] " tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: paolo dot carlini at oracle dot com @ 2008-11-04 18:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2008-11-04 18:01 -------
(In reply to comment #1)
> You can also just do -Dineednopchreallyidont :).

.. and in a libstdc++ testcase (17_intro/headers/all_assert_neg.cc) we do
something similar... as an hack, to be clear ;)


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paolo at gcc dot gnu dot org


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


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

* [Bug pch/38013] Option to turn off usage of any precompiled header
  2008-11-04 16:25 [Bug preprocessor/38013] New: Option to turn off usage of any precompiled header rguenth at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-11-04 18:03 ` paolo dot carlini at oracle dot com
@ 2009-01-02 16:35 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2009-01-02 16:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from tromey at gcc dot gnu dot org  2009-01-02 16:33 -------
Changing component to pch.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|preprocessor                |pch


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


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

end of thread, other threads:[~2009-01-02 16:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-04 16:25 [Bug preprocessor/38013] New: Option to turn off usage of any precompiled header rguenth at gcc dot gnu dot org
2008-11-04 17:46 ` Andrew Thomas Pinski
2008-11-04 17:47 ` [Bug preprocessor/38013] " pinskia at gmail dot com
2008-11-04 18:03 ` paolo dot carlini at oracle dot com
2009-01-02 16:35 ` [Bug pch/38013] " tromey 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).