[Bug libfortran/34974] null bytes when reverse-tabbing long records (regression vs. g77)

2008-05-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #14 from jvdelisle at gcc dot gnu dot org 2008-05-07 02:29 --- Subject: Bug 34974 Author: jvdelisle Date: Wed May 7 02:28:45 2008 New Revision: 135017 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=135017 Log: 2008-05-06 Jerry DeLisle [EMAIL PROTECTED] PR

[Bug libfortran/36156] gfortran.dg/fmt_t_7.f failed

2008-05-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2008-05-07 02:32 --- I committed the XFAILed test case. Sorry for the inconvenience. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36156

[Bug libfortran/36156] gfortran.dg/fmt_t_7.f failed

2008-05-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2008-05-07 02:33 --- Closing -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/36164] abi breakage, stdio_sync_filebuf routines missing

2008-05-06 Thread mrs at apple dot com
--- Comment #3 from mrs at apple dot com 2008-05-07 02:40 --- Adding: +_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE4syncEv; +_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE5uflowEv; +_ZN9__gnu_cxx18stdio_sync_filebufIcSt11char_traitsIcEE6xsgetnEPci; +

[Bug libfortran/36131] [4.4 Regression] wrong IO

2008-05-06 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-05-07 02:45 --- One of the problems here is how to do a test case for writing to stdout. We would have to create a pipe and write to it and read back from the other side. I don't know how to do that in the testsuite. --

[Bug libstdc++/36164] abi breakage, stdio_sync_filebuf routines missing

2008-05-06 Thread mrs at apple dot com
--- Comment #4 from mrs at apple dot com 2008-05-07 02:58 --- Thinking and supposing are bad substitutes for solid engineering. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36164

[Bug c++/36149] -O2 optimization generates wrong code

2008-05-06 Thread bangerth at dealii dot org
--- Comment #8 from bangerth at dealii dot org 2008-05-07 04:17 --- The point is: without the complete source code nothing definitive can be said whether it's the compiler's or the programmer's fault. Your chances that someone will take the time to try to understand what's going on

[Bug c++/36159] C++ compiler should issue a warning with missing new operator

2008-05-06 Thread bangerth at dealii dot org
--- Comment #3 from bangerth at dealii dot org 2008-05-07 04:21 --- How is the compiler supposed to know about what alignment malloc can produce? How can it know that ::operator new doesn't increase the alignment automatically? W. -- bangerth at dealii dot org changed:

[Bug middle-end/36013] [4.1/4.3/4.4 Regression] Wrong code involving restricted pointers to non-restricted pointers

2008-05-06 Thread ian at airs dot com
--- Comment #7 from ian at airs dot com 2008-05-07 04:39 --- I'll approve the patch. I think it's correct. I'll check it in in a day or two, or you can go ahead and do it if you are ready. Thanks for testing it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36013

[Bug testsuite/36165] New: Foreign exceptions for Objective-C and C++ are not tested

2008-05-06 Thread pinskia at gcc dot gnu dot org
Since both C++ and Objective-C support foreign exceptions, they should be tested. I don't know where the best place to put the testcase. I want to say the Objective-C testsuite and add a check to make sure the C++ front-end was built. -- Summary: Foreign exceptions for Objective-C

[Bug testsuite/36165] Foreign exceptions for Objective-C and C++ are not tested

2008-05-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-05-07 04:52 --- Mine. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/36159] C++ compiler should issue a warning with missing new operator

2008-05-06 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2008-05-07 04:56 --- The default new operator is implemented within gcc. It should be possible to let g++ know the alignment returned by the new operator. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36159

[Bug c++/36159] C++ compiler should issue a warning with missing new operator

2008-05-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-05-07 05:00 --- (In reply to comment #4) The default new operator is implemented within gcc. It should be possible to let g++ know the alignment returned by the new operator. The default one is but the user can override it as

<    1   2