public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/28528]  New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
@ 2006-07-28 13:42 reichelt at gcc dot gnu dot org
  2006-07-28 14:18 ` [Bug driver/28528] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-07-28 13:42 UTC (permalink / raw)
  To: gcc-bugs

The g++ driver has problems with *.h files compiled with "-x c++":
  g++ -c -x c++ file.h
yields a precompiled header file.h.gch instead of file.o.
  g++ -S -x c++ file.h
yields an error message:
  cc1plus: error: output filename specified twice

With "-x c" everything works as expected. Also using gcc (and not g++)
with "-x c", "-x c++", "-x c-header", "-x c++-header" works fine.

This is a reression from GCC 3.3.x where using
  g++ -c -x c++ file.h
or
  g++ -S -x c++ file.h
led to the desired results.


-- 
           Summary: [4.0/4.1/4.2 regression] Trouble compiling header files
                    with "-x c++" using g++
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

* [Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
@ 2006-07-28 14:18 ` pinskia at gcc dot gnu dot org
  2006-07-29  5:27 ` pinskia at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-28 14:18 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.0.4


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


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

* [Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
  2006-07-28 14:18 ` [Bug driver/28528] " pinskia at gcc dot gnu dot org
@ 2006-07-29  5:27 ` pinskia at gcc dot gnu dot org
  2006-07-31 23:39 ` mmitchel at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-29  5:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-07-29 05:27 -------
I think the behavior changed in 3.4 with the additional of PCH but I need to
double check what happens in 3.4.


-- 


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


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

* [Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
  2006-07-28 14:18 ` [Bug driver/28528] " pinskia at gcc dot gnu dot org
  2006-07-29  5:27 ` pinskia at gcc dot gnu dot org
@ 2006-07-31 23:39 ` mmitchel at gcc dot gnu dot org
  2006-08-18  4:07 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-07-31 23:39 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-07-31 23:39 ` mmitchel at gcc dot gnu dot org
@ 2006-08-18  4:07 ` pinskia at gcc dot gnu dot org
  2006-08-18  4:48 ` dannysmith at users dot sourceforge dot net
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-18  4:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-08-18 04:06 -------
Confirmed, it did not work in 3.4.0 which almost means this was caused by the
PCH changes.

Janis could you do a regression hunt on this one. The best way I guess to do
this is to put "int main(void){}" in a .h file.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
      Known to fail|                            |3.4.0 4.0.0 4.1.0 4.2.0
      Known to work|                            |3.3.3
   Last reconfirmed|0000-00-00 00:00:00         |2006-08-18 04:06:27
               date|                            |


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


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

* [Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-08-18  4:07 ` pinskia at gcc dot gnu dot org
@ 2006-08-18  4:48 ` dannysmith at users dot sourceforge dot net
  2006-08-18  4:52 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dannysmith at users dot sourceforge dot net @ 2006-08-18  4:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dannysmith at users dot sourceforge dot net  2006-08-18 04:48 -------

Also, removing the space between '-x' and 'c++'  works, eg,
g++ -fsyntax-only -xc++ stdio.h
but I get warning
warning: #pragma system_header ignored outside include file

ditto with  
g++ -c -x c++ stdio.H
warning: #pragma system_header ignored outside include file


-- 


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


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

* [Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-08-18  4:48 ` dannysmith at users dot sourceforge dot net
@ 2006-08-18  4:52 ` pinskia at gcc dot gnu dot org
  2006-08-21 21:20 ` janis at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-18  4:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-08-18 04:52 -------
(In reply to comment #3)
> Also, removing the space between '-x' and 'c++'  works, eg,
You are correct, weird.

Actually:
g++ -c -x c++ t.h
 fails too:
--output-pch=t.h.gch


-- 


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


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

* [Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2006-08-18  4:52 ` pinskia at gcc dot gnu dot org
@ 2006-08-21 21:20 ` janis at gcc dot gnu dot org
  2006-08-21 23:22 ` geoffk at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-08-21 21:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from janis at gcc dot gnu dot org  2006-08-21 21:20 -------
A regression hunt on powerpc-linux identified this patch, which is a merge of
the pch-branch:

    http://gcc.gnu.org/viewcvs?view=rev&rev=61136

    r61136 | geoffk | 2003-01-10 02:22:34 +0000 (Fri, 10 Jan 2003)

If it would be worthwhile I can do a search on that branch.


-- 

janis at gcc dot gnu dot org changed:

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


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


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

* [Bug driver/28528] [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2006-08-21 21:20 ` janis at gcc dot gnu dot org
@ 2006-08-21 23:22 ` geoffk at gcc dot gnu dot org
  2006-08-21 23:27 ` [Bug driver/28528] [4.0/4.1/4.2 Regression] C language extensions override -x in C++ driver pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2006-08-21 23:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from geoffk at gcc dot gnu dot org  2006-08-21 23:22 -------
The same thing happens if you use 'file.i' rather than 'file.h': it gets
treated as preprocessed rather than C++ source:

$ ./g++ -B./ -c -x c++ file.i -###
Reading specs from ./specs
Target: i386-apple-darwin9.0.0d2
Configured with: /Volumes/Data/co/gcc-trunk/configure 
Thread model: posix
gcc version 4.2.0 20060818 (experimental)
 "./cc1plus" "-fpreprocessed" "file.i" "-fPIC" "-quiet" "-dumpbase" "file.i"
"-mtune=i386" "-auxbase" "file" "-o" "/var/tmp//ccztNIJB.s"
 "./as" "-arch" "i386" "-force_cpusubtype_ALL" "-o" "file.o"
"/var/tmp//ccztNIJB.s"

If someone has a built FSF 3.3 around, it would be good if they could check
whether this behaviour persists there.


-- 


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


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

* [Bug driver/28528] [4.0/4.1/4.2 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2006-08-21 23:22 ` geoffk at gcc dot gnu dot org
@ 2006-08-21 23:27 ` pinskia at gcc dot gnu dot org
  2006-08-21 23:34 ` janis at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-21 23:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2006-08-21 23:27 -------
(In reply to comment #6)
> If someone has a built FSF 3.3 around, it would be good if they could check
> whether this behaviour persists there.

That does not change the fact this is an user visiable regression.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |3.3.3
            Summary|C language extensions       |[4.0/4.1/4.2 Regression] C
                   |override -x in C++ driver   |language extensions override
                   |                            |-x in C++ driver


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


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

* [Bug driver/28528] [4.0/4.1/4.2 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2006-08-21 23:27 ` [Bug driver/28528] [4.0/4.1/4.2 Regression] C language extensions override -x in C++ driver pinskia at gcc dot gnu dot org
@ 2006-08-21 23:34 ` janis at gcc dot gnu dot org
  2006-08-24  0:20 ` patchapp at dberlin dot org
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: janis at gcc dot gnu dot org @ 2006-08-21 23:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from janis at gcc dot gnu dot org  2006-08-21 23:34 -------
In response to Geoff's request in comment #6:

elm3b11% /home/janis/tools/gcc-3.3.5-ppc32/bin/g++ -B./ -c -x c++ 28528.i -###
Reading specs from
/home/janis/tools/gcc-3.3.5-ppc32/lib/gcc-lib/powerpc-linux/3.3.5/specs
Configured with: /home/janis/src/gcc-3.3.5/configure
--prefix=/home/janis/tools/gcc-3.3.5-ppc32 --build=powerpc-linux
--host=powerpc-linux --target=powerpc-linux --disable-checking
--enable-languages=c,c++
Thread model: posix
gcc version 3.3.5
 "/home/janis/tools/gcc-3.3.5-ppc32/lib/gcc-lib/powerpc-linux/3.3.5/cc1plus"
"-fpreprocessed" "28528.i" "-quiet" "-dumpbase" "28528.i" "-auxbase" "28528"
"-o" "/tmp/ccFEm6oC.s"
 "as" "-mppc" "-Qy" "-o" "28528.o" "/tmp/ccFEm6oC.s"


-- 


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


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

* [Bug driver/28528] [4.0/4.1/4.2 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2006-08-21 23:34 ` janis at gcc dot gnu dot org
@ 2006-08-24  0:20 ` patchapp at dberlin dot org
  2006-08-25  0:24 ` dannysmith at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: patchapp at dberlin dot org @ 2006-08-24  0:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from patchapp at dberlin dot org  2006-08-24 00:20 -------
Subject: Bug number PR 28528

A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00849.html


-- 


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


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

* [Bug driver/28528] [4.0/4.1/4.2 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2006-08-24  0:20 ` patchapp at dberlin dot org
@ 2006-08-25  0:24 ` dannysmith at gcc dot gnu dot org
  2006-08-25  0:27 ` [Bug driver/28528] [4.0/4.1 " dannysmith at users dot sourceforge dot net
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dannysmith at gcc dot gnu dot org @ 2006-08-25  0:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from dannysmith at gcc dot gnu dot org  2006-08-25 00:24 -------
Subject: Bug 28528

Author: dannysmith
Date: Fri Aug 25 00:24:10 2006
New Revision: 116392

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116392
Log:
        PR driver/28528
        * g++spec.c (lang_specific_driver): Always check if we need to
        swallow a space-separated  arg to '-x'.
        * lang-specs.h: Don't create ouput files for '-xc++-header'
        if -fsyntax-only.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/g++spec.c
    trunk/gcc/cp/lang-specs.h


-- 


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


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

* [Bug driver/28528] [4.0/4.1 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2006-08-25  0:24 ` dannysmith at gcc dot gnu dot org
@ 2006-08-25  0:27 ` dannysmith at users dot sourceforge dot net
  2007-02-03 18:40 ` gdr at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: dannysmith at users dot sourceforge dot net @ 2006-08-25  0:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from dannysmith at users dot sourceforge dot net  2006-08-25 00:27 -------
Fixed on mainline.
Danny


-- 

dannysmith at users dot sourceforge dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.0 4.0.0 4.1.0 4.2.0     |3.4.0 4.0.0 4.1.0
      Known to work|3.3.3                       |3.3.3 4.2.0
            Summary|[4.0/4.1/4.2 Regression] C  |[4.0/4.1 Regression] C
                   |language extensions override|language extensions override
                   |-x in C++ driver            |-x in C++ driver


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


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

* [Bug driver/28528] [4.0/4.1 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2006-08-25  0:27 ` [Bug driver/28528] [4.0/4.1 " dannysmith at users dot sourceforge dot net
@ 2007-02-03 18:40 ` gdr at gcc dot gnu dot org
  2007-02-03 20:43 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-02-03 18:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from gdr at gcc dot gnu dot org  2007-02-03 18:40 -------
Won't fix in GCC-4.0.x.  Adjusting milestone.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.4                       |4.1.3


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


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

* [Bug driver/28528] [4.0/4.1 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2007-02-03 18:40 ` gdr at gcc dot gnu dot org
@ 2007-02-03 20:43 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:14 ` mmitchel at gcc dot gnu dot org
  2008-07-04 15:46 ` [Bug driver/28528] [4.1 " jsm28 at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-03 20:43 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.3                       |4.1.2


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


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

* [Bug driver/28528] [4.0/4.1 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2007-02-03 20:43 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:14 ` mmitchel at gcc dot gnu dot org
  2008-07-04 15:46 ` [Bug driver/28528] [4.1 " jsm28 at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug driver/28528] [4.1 Regression] C language extensions override -x in C++ driver
  2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2007-02-14  9:14 ` mmitchel at gcc dot gnu dot org
@ 2008-07-04 15:46 ` jsm28 at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 15:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from jsm28 at gcc dot gnu dot org  2008-07-04 15:45 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|3.4.0 4.0.0 4.0.4 4.1.0     |3.4.0 4.0.0 4.0.4 4.1.0
                   |                            |4.1.3
         Resolution|                            |FIXED
   Target Milestone|4.1.3                       |4.2.0


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


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

end of thread, other threads:[~2008-07-04 15:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-28 13:42 [Bug driver/28528] New: [4.0/4.1/4.2 regression] Trouble compiling header files with "-x c++" using g++ reichelt at gcc dot gnu dot org
2006-07-28 14:18 ` [Bug driver/28528] " pinskia at gcc dot gnu dot org
2006-07-29  5:27 ` pinskia at gcc dot gnu dot org
2006-07-31 23:39 ` mmitchel at gcc dot gnu dot org
2006-08-18  4:07 ` pinskia at gcc dot gnu dot org
2006-08-18  4:48 ` dannysmith at users dot sourceforge dot net
2006-08-18  4:52 ` pinskia at gcc dot gnu dot org
2006-08-21 21:20 ` janis at gcc dot gnu dot org
2006-08-21 23:22 ` geoffk at gcc dot gnu dot org
2006-08-21 23:27 ` [Bug driver/28528] [4.0/4.1/4.2 Regression] C language extensions override -x in C++ driver pinskia at gcc dot gnu dot org
2006-08-21 23:34 ` janis at gcc dot gnu dot org
2006-08-24  0:20 ` patchapp at dberlin dot org
2006-08-25  0:24 ` dannysmith at gcc dot gnu dot org
2006-08-25  0:27 ` [Bug driver/28528] [4.0/4.1 " dannysmith at users dot sourceforge dot net
2007-02-03 18:40 ` gdr at gcc dot gnu dot org
2007-02-03 20:43 ` pinskia at gcc dot gnu dot org
2007-02-14  9:14 ` mmitchel at gcc dot gnu dot org
2008-07-04 15:46 ` [Bug driver/28528] [4.1 " jsm28 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).